Skip to content

v0.0.2

Latest

Choose a tag to compare

@mcb77 mcb77 released this 23 May 19:11
· 4 commits to master since this release

movebank-mirror-api 0.0.2.

Minor maintenance release: bumps the movebank-mirror library
dependency to 0.0.2 so users who follow the README's quick-start
get both tools at consistent versions.

What changed

  • movebank-mirror dep: 0.0.1 → 0.0.2. The library's
    EventDataDownloader was updated post-0.0.1 to request event_id
    explicitly and stop over-eagerly downloading other join columns
    (see movebank-mirror's v0.0.2 release notes
    for the full story). The fix is in the downloader, not in any code
    this server uses at runtime — movebank-mirror-api reads on-disk
    mirror state via the same StudyJson deserializer it always used.
    No server-side behaviour changes.

  • --version reports 0.0.2.

Verified compatibility

The full R-client regression was re-run against this release —
unchanged from 0.0.1, as expected for a no-server-code-change
dependency bump:

Client Result
move v1 4 / 4 checks pass
move2 (0.5+) 4 / 4 checks pass
movebank-api-client Covered by the in-process DirectReadIntegrationTest, runs on every build

Install

Requires JDK 21.

tar -xf movebank-mirror-api-boot-0.0.2.tar
./movebank-mirror-api-boot-0.0.2/bin/movebank-mirror-api -d /var/lib/movebank-mirror

(.zip available too if you prefer.)

Pairs with the rest of the family

License

LGPL-2.1.