Releases: ba-st/Superluminal
Releases · ba-st/Superluminal
v6.0.0
v5.1.0
v5.0.0
v4.2.0
v4.1.0
What's Changed
- Refactored
HttpRequest class>>#get:
by @ezeBalsamo in #57 - Add Pharo 11 support by @gcotelli in #58
- Move integration tests to its own GitHub workflow
New Contributors
- @ezeBalsamo made their first contribution in #57
Full Changelog: v4.0.1...v4.1.0
v4.0.1
v4.0.0
v3.0.0
What's Changed
- Added support for multi-part body content by @mtabacman in #44
- Added testing of multiple files upload. by @mtabacman in #45
- Update project structure to follow the guidelines by @gcotelli in #48
- Use Launchpad v4 by @gcotelli in #49
- Use API Client instead of a plain ZnClient by @gcotelli in #50
- Make possible to configure retry options for Consul discovery client by @gcotelli in #51
- Update documentation by @gcotelli in #52
Full Changelog: v2.2.0...v3.0.0
v2.2.0
v2.1.0
Changelog
- Improved migration package to v2
- Fixed command to set a Bearer token
- Improved
RESTFulAPIClient
handling ofPOST
requests when the response is201/Created
but aLocation
header is missing. - Improved
RESTFulAPIClient
support forPUT
to allow better configuration options.