10000 Releases · neotypes/neotypes · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: neotypes/neotypes

v1.2.1

07 Mar 01:12
8e6e51b
Compare
Choose a tag to compare

Minor release updating dependencies and fixing the publishing of the site.

What's Changed

Dependency updates

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

20 Oct 15:21
Compare
Choose a tag to compare

What's Changed

Dependency updates

New Contributors

  • @turb made their first contribution in #807

Full Changelog: v1.1.0...v1.2.0

v1.1.0

07 Jun 14:29
Compare
Choose a tag to compare

What's Changed

Dependency updates

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

10 Feb 17:57
Compare
Choose a tag to compare

🎉 v1.0.0 🎉

This is the final 1.0.0 release of neotypes

This release is mostly identical to v1.0.0-M3 just with more dependency updates, and finally removing the ⚠️ messages for production use in the docs.

Please see the milestones changelogs for full details on the changes.
Yet the main highlights are the following:

  • Scala 3 support!
  • Neotypes-Schema — Explicit decoders

What's Changed

New Contributors

Full Changelog: v0.23.3...v1.0.0

v1.0.0-M3

15 Sep 16:47
Compare
Choose a tag to compare
v1.0.0-M3 Pre-release
Pre-release

Scala 3 support!

This third milestone brings mostly dependency updates, as well as Scala 3 support! 🎉

Again, thanks a lot @i10416 for all the effort!

What's Changed

Full Changelog: v1.0.0-M2...v1.0.0-M3

v1.0.0-M2

26 Aug 21:02
Compare
Choose a tag to compare
v1.0.0-M2 Pre-release
Pre-release

We start the road for Scala 3 support!

Prepare for scala 3 (by @i10416 in #665)

Thanks 🎉

What's Changed

New Contributors

Full Changelog: v1.0.0-M1...v1.0.0-M2

v1.0.0-M1

06 Jun 22:33
Compare
Choose a tag to compare
v1.0.0-M1 Pre-release
Pre-release

We start the road for the first stable version of Neotypes!

This first milestone introduces a bunch of breaking changes, especially with everything related to ResultMapper.

Neotypes-Schema — Explicit decoders (by @BalmungSan in #584)

We no longer use ResultMapper as a typeclass, rather the query method expects an explicit mapper; which you may construct based on the provided ones and combinators.


Full Changelog: v0.23.3...v1.0.0-M1

v0.23.3

04 Jun 20:33
Compare
Choose a tag to compare

Minor release to update dependencies.
It also will be the final release before the 1.0.0 milestones begin.

What's Changed

Full Changelog: v0.23.2...v0.23.3

v0.23.2

24 Jan 18:43
Compare
Choose a tag to compare

Minor release to update dependencies and add a small functionality related to interpolable parameters.

What's Changed

  • Allow using heterogeneous lists and maps as parameters by @BalmungSan in #595

Dependency updates

Full Changelog: v0.23.1...v0.23.2

v0.23.1

29 Nov 17:45
Compare
Choose a tag to compare

Support neo4j 5.3

This release only updates a couple of dependencies.

The most relevant one is the neo4j-java-driver,
since this version introduced a new factory function
to construct the underlying Session

What's Changed

  • Update neo4j-java-driver to 5.3.0 and bump dependencies by @BalmungSan in #576

Full Changelog: v0.23.0...v0.23.1

0