Skip to content

Releases: kaizen-solutions/virgil

v1.1.0

11 May 19:29
Compare
Choose a tag to compare

1.1.0

  • Support ZIO 2.1.1
  • Support for Kyo will come shortly 🎆

What's Changed

Full Changelog: v1.0.5...v1.1.0

v1.0.5: Library updates and fix to indexed based encoder

25 Nov 15:49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.4...v1.0.5

v1.0.4: Library updates

07 Oct 18:47
f1e8276
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.0.4

Publish to Sonatype

04 Jun 20:11
2802957
Compare
Choose a tag to compare

We've swapped sbt release for sbt-ci-release and we're now publishing this library to Sonatype & Maven Central

v1.0.0

03 Jun 15:20
Compare
Choose a tag to compare

Virgil now supports both ZIO 2.x and Cats Effect 3.x
Special thanks to @samgj18 for his significant contribution to add the Cats Effect module

If you want the Cats Effect 3.x module

libraryDependencies += "com.github.kaizen-solutions.virgil" %% "virgil-cats-effect" % "v1.0.0"

If you want the ZIO 2.x module

libraryDependencies += "com.github.kaizen-solutions.virgil" %% "virgil-zio" % "v1.0.0"

Release for ZIO 2.0.12

13 Apr 12:17
Compare
Choose a tag to compare

Update ZIO 2 to 2.0.12

SInce ZIO 1.x is EOL, we're only supporting ZIO 2.x and we're dropping the zio2 prefix from the coordinates

libraryDependencies += "com.github.kaizen-solutions.virgil" %% "virgil" % "0.12.0"	

Release for ZIO 2.0.10

29 Mar 13:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.0...0.11.0

Release for ZIO 2.0.5

17 Dec 17:18
Compare
Choose a tag to compare

Release for ZIO 2.0.4

27 Nov 22:38
Compare
Choose a tag to compare

Updates to underlying libraries

Release for ZIO 2.0.0

24 Jun 19:42
Compare
Choose a tag to compare

Virgil now supports ZIO 2.0

  • Underlying Cassandra metrics have been exposed (Thanks to @narma)