Releases: ba-st/Stargate-Consul
Releases · ba-st/Stargate-Consul
v5.1.0
v5.0.0
v4.2.0
v4.1.0
v4.0.0
v3.0.1
v3.0.0
What's Changed
- Update dependencies by @gcotelli in #21
- Follow community guidelines by @gcotelli in #22
- Use Superluminal API Client to interact with Consul by @gcotelli in #23
- Make retry options configurable for ConsulServiceDiscoveryPlugin by @gcotelli in #24
- Update docs by @gcotelli in #25
Full Changelog: v2.1.0...v3.0.0
Migration Guide
Follow the instructions here
v2.1.0
v2.0.0
Changelog
- Use GitHub Actions to run the build and the integration tests
- Add a docker package with an example application
- Use Pharo 8 as the base image for docker to run the integration tests against Consul
- Update Stargate to v6 and Launchpad to v3
- Add Superluminal as dependency to be used as a building block for the API client against Consul
- Use
Retry
to retry a number of attempts the registration and deregistration from the Consul agent registry instead of doing it by hand