Releases: davenverse/rediculous-concurrent
Releases · davenverse/rediculous-concurrent
v0.5.0-M1
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
- @tyler-clark made their first contribution in #97
- @zarthross made their first contribution in #98
Full Changelog: v0.4.0...v0.5.0-M1
v0.4.0
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
- Add Redis Single Fibered Implementation by @ChristopherDavenport in #15
- Updates and Switch to std where available by @ChristopherDavenport in #16
- Update Dependencies and Cross Compile Native by @ChristopherDavenport in #28
- Update sbt to 1.8.2 by @davenverse-steward in #27
- Some more upgrades by @ChristopherDavenport in #29
New Contributors
- @davenverse-steward made their first contribution in #27
Full Changelog: v0.3.0...v0.4.0
v0.3.0
mules 0.6.0 and rediculous 0.4.0
What's Changed
- Upgrades and sbt-typelevel by @ChristopherDavenport in #14
Full Changelog: v0.2.2...v0.3.0
v0.2.2
RedisCircuitedClient for drop-in http client circuiting across your cluster.
What's Changed
- Simplify Http4s Interfaces by @ChristopherDavenport in #13
Full Changelog: v0.2.1...v0.2.2
v0.2.1
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
- Expose State For Other Circuiting Controllers by @ChristopherDavenport in #12
Full Changelog: v0.2.0...v0.2.1
v0.2.0
- Update Scala.js
- Add UUIDGen constraint to fix the UUID use which is unsafe on scala.js
- rediculous 0.3.0
v0.1.0
- Scala 3 Support
- Scala.js Support
- No more milestone dependencies, Early Semver Compatibility Moving Forward.
v0.1.0-M3
Rediculous 0.2.0-M3
Mules 0.5.0
What's Changed
- Update link to microsite by @trentio in #4
- Update Build by @ChristopherDavenport in #5
- Cats-Effect 3 Upgrade by @ChristopherDavenport in #6
- KeySpace Based Cache Updates by @ChristopherDavenport in #7
- Updates by @ChristopherDavenport in #9
New Contributors
Full Changelog: v0.0.1...v0.1.0-M3
v0.1.0-M2
- 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
- Initial Release with all Features but on Cats-Effect 3