Releases: m-lab/autojoin
Releases · m-lab/autojoin
v0.2.0
What's Changed
- Apply provided site probability to Heartbeat registration by @stephen-soltesz in #23
- Add /ready endpoint + use alpine in Dockerfile by @robertodauria in #28
- Add List handler (with fake record lister) by @stephen-soltesz in #27
- Enable List API by @stephen-soltesz in #30
- Add garbage-collected memorystore-based tracker for DNS entities by @robertodauria in #29
- Connect List API to memorystore by @stephen-soltesz in #31
- List returns multiple ports for monitoring by @stephen-soltesz in #32
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
- Add -probability flag for register command by @stephen-soltesz in #24
- Fix data type in the annotation.json file by @robertodauria in #25
- Fix v0.Network in register responses by @robertodauria in #26
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- Add basic server and deployment configuration by @stephen-soltesz in #1
- Add library for iata lookups by @stephen-soltesz in #2
- Add github action for coverage by @stephen-soltesz in #3
- Add Lookup handler implementation by @stephen-soltesz in #4
- Add package for managing maxmind dataset by @stephen-soltesz in #5
- Add api definition for Lookup and Register responses by @stephen-soltesz in #7
- Add "ErrNotFound" to maxmind package and "Find" method for iata metadata by @stephen-soltesz in #8
- Update README.md by @stephen-soltesz in #10
- Add maxmind to Lookup by @stephen-soltesz in #9
- Add dnsx package for managing Cloud DNS records by @stephen-soltesz in #11
- Add register package for creating RegisterResponse records by @stephen-soltesz in #12
- Add beginning of Register handler by @stephen-soltesz in #13
- Add Cloud Endpoints configuration for autojoin API by @stephen-soltesz in #14
- Add DNS registration by @stephen-soltesz in #15
- Add "register" command to call the registration API by @robertodauria in #16
- Add Dockerfile for the register binary by @robertodauria in #17
- Adds hostname as key in the generated registration.json by @robertodauria in #18
- register: Write hostname to a file by @robertodauria in #19
- Use hostname as key in annotation.json by @robertodauria in #20
- Add v0/node/delete handler by @robertodauria in #21
- Make client a service with configurable registration -interval by @robertodauria in #22
New Contributors
- @stephen-soltesz made their first contribution in #1
- @robertodauria made their first contribution in #16
Full Changelog: https://github.com/m-lab/autojoin/commits/v0.1.0