Skip to content

Releases: davenverse/rediculous-concurrent

v0.5.0-M1

25 Jul 15:49
c828669
Compare
Choose a tag to compare
v0.5.0-M1 Pre-release
Pre-release

What's Changed

  • Update sbt-scala-native-config-brew-github-actions to 0.1.3 by @davenverse-steward in #30
  • upgrade rediculous dependency version by @tyler-clark in #97
  • Upgradathon by @zarthross in #98
  • Update sbt-typelevel-ci-release, ... to 0.7.2 by @davenverse-steward in #96

New Contributors

Full Changelog: v0.4.0...v0.5.0-M1

v0.4.0

13 Apr 16:21
5b25775
Compare
Choose a tag to compare

Switch from Custom Implementations to cats.effect.std where possible, Adds Redis Single-Fibered Implementation, Adds Releases for Scala Native for core, and scalaJS and scalaNative for the http4s module.

What's Changed

New Contributors

  • @davenverse-steward made their first contribution in #27

Full Changelog: v0.3.0...v0.4.0

v0.3.0

08 Jul 04:59
5a49e95
Compare
Choose a tag to compare

mules 0.6.0 and rediculous 0.4.0

What's Changed

Full Changelog: v0.2.2...v0.3.0

v0.2.2

31 May 17:08
5040a9e
Compare
Choose a tag to compare

RedisCircuitedClient for drop-in http client circuiting across your cluster.

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

31 May 00:16
f7dc1d3
Compare
Choose a tag to compare

A very useful method added for cleaner interaction with circuit-http4s. Makes it very easy to do drop-in distributed circuit breaking for your clients.

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

17 Apr 20:40
5c1af4d
Compare
Choose a tag to compare
  • Update Scala.js
  • Add UUIDGen constraint to fix the UUID use which is unsafe on scala.js
  • rediculous 0.3.0

v0.1.0

05 Apr 19:04
1f82425
Compare
Choose a tag to compare
  • Scala 3 Support
  • Scala.js Support
  • No more milestone dependencies, Early Semver Compatibility Moving Forward.

v0.1.0-M3

05 Jan 06:34
0de9ad7
Compare
Choose a tag to compare
v0.1.0-M3 Pre-release
Pre-release

Rediculous 0.2.0-M3
Mules 0.5.0

What's Changed

New Contributors

Full Changelog: v0.0.1...v0.1.0-M3

v0.1.0-M2

18 Nov 01:56
66a73d2
Compare
Choose a tag to compare
v0.1.0-M2 Pre-release
Pre-release
  • Includes a RedisKeyspace backed Cache (needs to be configured from Redis config - redis-cli config set notify-keyspace-events KA or setting the config in your server setup
  • Includes a channel backed Cache that communicates via a channel based on the namespace of the cache
  • Incorporates SingleFibered into Layered Cache, limiting one call at a time to the backend store per key, others waiting for that response.

v0.1.0-M1

13 Aug 06:10
697c33b
Compare
Choose a tag to compare
v0.1.0-M1 Pre-release
Pre-release
  • Initial Release with all Features but on Cats-Effect 3