Skip to content

Releases: ba-st/Superluminal

v5.1.0

22 Apr 20:04
a5c2c34
Compare
Choose a tag to compare

What's Changed

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

v5.0.0

12 Mar 18:36
e00ed05
Compare
Choose a tag to compare

What's Changed

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

v4.2.0

04 Jul 20:23
0e14bb6
Compare
Choose a tag to compare

What's Changed

  • Add support for Cache-Control: no-cache directive by @gcotelli in #60
  • Add support for Cache-Control: no-store directive by @gcotelli in #61

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

v4.1.0

24 May 11:20
5b6d036
Compare
Choose a tag to compare

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

Full Changelog: v4.0.1...v4.1.0

v4.0.1

21 Jun 16:58
a11caa6
Compare
Choose a tag to compare

What's Changed

  • Avoid DNU when using an API client with a relative URL by @gcotelli in #54

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

v4.0.0

11 Apr 17:03
7f64b21
Compare
Choose a tag to compare

What's Changed

  • Add support for Pharo 10
  • Update dependencies

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

v3.0.0

01 Dec 22:38
8537a4e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v3.0.0

v2.2.0

14 Jul 18:56
5bff032
Compare
Choose a tag to compare

Changelog

  • PR #41 Add more flexible options for DELETE

v2.1.0

22 Apr 21:00
a81bb24
Compare
Choose a tag to compare

Changelog

  • Improved migration package to v2
  • Fixed command to set a Bearer token
  • Improved RESTFulAPIClient handling of POST requests when the response is 201/Created but a Location header is missing.
  • Improved RESTFulAPIClient support for PUT to allow better configuration options.

v2.0.0

30 Mar 00:24
0b47d85
Compare
Choose a tag to compare

Changelog

  • Added a distributed memory cache backend. We chose Memcached, thanks to @svenvc for porting the client to Pharo, and allowing us to collaborate on that project to release a v1 we can trust.
  • Refactored some tests to improve code quality and fix listing issues.

Migration Guide

The version provides a package to perform an automatic migration. See the migration guide for further instructions.