Skip to content

Releases: ba-st/Stargate-Consul

v5.1.0

22 Apr 20:42
7c640a6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.0...v5.1.0

v5.0.0

12 Mar 18:54
7a33c7a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.0...v5.0.0

v4.2.0

29 May 12:51
a215c79
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.0...v4.2.0

v4.1.0

04 May 12:33
77732c3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.1.0

v4.0.0

11 Apr 17:43
d5e1a11
Compare
Choose a tag to compare

What's Changed

  • Add Pharo 10 support by @gcotelli in #28
  • Update dependencies

Full Changelog: v3.0.1...v4.0.0

v3.0.1

18 Feb 15:50
a2b0b29
Compare
Choose a tag to compare

What's Changed

  • Fix health check endpoints when using Docker by @gcotelli in #26
  • Improve integration tests
  • Add a new optional parameter to specify the transport scheme for these endpoints

Full Changelog: v3.0.0...v3.0.1

v3.0.0

04 Jan 15:59
880a1ba
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v3.0.0

Migration Guide

Follow the instructions here

v2.1.0

22 Apr 20:56
0bbcc4f
Compare
Choose a tag to compare

Changelog

  • PR #16: Improved portability
  • Updated Superluminal dependency to v2
  • Fixed the build due to security changes in the GitHub Actions infrastructure
  • Improved tests by using a free port instead of a hard-coded one and redirecting logging to the infrastructure of SUnit.

v2.0.0

06 Jan 14:31
6538fdd
Compare
Choose a tag to compare

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

v0.9.0

05 Feb 16:58
3632504
Compare
Choose a tag to compare

Changelog

  • First version of the Stargate plugin
  • Supports the service discovery registration/deregistration endpoints
  • Support for HTTP based and Docker based health-checks
  • Tested against a development configured Consul