Releases: scalecube/scalecube-services
Releases · scalecube/scalecube-services
2.12.5
2.12.4
What's Changed
- Rename namespace qualifiers for exposed services by @segabriel in #896
- Bump netty -> 4.1.118.Final, bump scalecube-cluster -> 2.7.1 by @artem-v in #897
Full Changelog: 2.12.1...2.12.4
2.12.1
2.12.0
What's Changed
- Merged ServiceMethodRegistry into ServiceRegistry by @artem-v in #841
- Upgrade to using Environment Files instead old set-output by @alexlikho in #845
- Bump requests from 2.31.0 to 2.32.0 by @dependabot in #847
- Get rid of ServiceLoaderUtil by @artem-v in #848
- Get rid of commons by @artem-v in #849
- Enhance auth interfaces by @artem-v in #850
- Add more to auth api by @artem-v in #851
- Cleanup gateway by @artem-v in #852
- Add new annotation - Subscriber by @artem-v in #853
- Better bootstrap process by @artem-v in #854
- Drop protostuff from dependencies by @artem-v in #855
- Support of ping/pong for websocket gatewa by @artem-v in #864
- Support of
@ExecuteOn(Scheduler)by @artem-v in #865 - fix: cache not expired after RSocket disposed by @zhou-hao in #866
- Audit logging by @artem-v in #868
- Dropped support of old-qualifier by @artem-v in #869
- Dynamic qualifiers by @artem-v in #871
- Add support of RESTful services by @artem-v in #872
- Cosmetic changes after PR#868 by @artem-v in #873
- Support of file transfer (service to client) by @artem-v in #874
- Updated doc by @artem-v in #875
- Cleanup dependencies by @artem-v in #876
- Set back slf4j by @artem-v in #877
- Added HexUtil, MaskUtil by @artem-v in #878
- Bump scalecube-security -> 1.1.0.RC3 by @artem-v in #880
- Fixed issue with file-download and service-transport CredentialsSupplier by @artem-v in #881
- Disabled unstable tests (Issue-882) by @artem-v in #883
- Fixed ITs for ExecuteOnTest by @artem-v in #885
- Bump scalecube-security -> 1.1.0.RC4 by @artem-v in #887
- Bump scalecube-cluster -> 2.7.0, scalecube-security -> 1.1.0 by @artem-v in #888
New Contributors
- @alexlikho made their first contribution in #845
Full Changelog: 2.11.2...2.12.0
2.12.0.RC4
Bump scalecube-security -> 1.1.0.RC4 (#887)
2.12.0.RC3
Bump scalecube-security -> 1.1.0.RC3 (#880) * Bump scalecube-security -> 1.1.0.X * Fixed ServiceTokenAuthenticator
2.12.0.RC2
Merge pull request #878 from scalecube/add-utils Added HexUtil, MaskUtil
2.12.0.RC1
What's Changed
- Merged ServiceMethodRegistry into ServiceRegistry by @artem-v in #841
- Upgrade to using Environment Files instead old set-output by @alexlikho in #845
- Bump requests from 2.31.0 to 2.32.0 by @dependabot in #847
- Get rid of ServiceLoaderUtil by @artem-v in #848
- Get rid of commons by @artem-v in #849
- Enhance auth interfaces by @artem-v in #850
- Add more to auth api by @artem-v in #851
- Cleanup gateway by @artem-v in #852
- Add new annotation - Subscriber by @artem-v in #853
- Better bootstrap process by @artem-v in #854
- Drop protostuff from dependencies by @artem-v in #855
- Support of ping/pong for websocket gatewa by @artem-v in #864
- Support of
@ExecuteOn(Scheduler)by @artem-v in #865 - fix: cache not expired after RSocket disposed by @zhou-hao in #866
- Audit logging by @artem-v in #868
- Dropped support of old-qualifier by @artem-v in #869
- Dynamic qualifiers by @artem-v in #871
- Add support of RESTful services by @artem-v in #872
- Cosmetic changes after PR#868 by @artem-v in #873
- Support of file transfer (service to client) by @artem-v in #874
- Updated doc by @artem-v in #875
- Cleanup dependencies by @artem-v in #876
- Set back slf4j by @artem-v in #877
New Contributors
- @alexlikho made their first contribution in #845
Full Changelog: 2.11.2...2.12.0.RC1
2.11.3.rc9
Fixed potential NPE
2.11.3.rc7
Merge branch 'master' into scalecubeHosts