Skip to content

Releases: cr-org/neutron

v0.0.10

22 Dec 14:46
f301580
Compare
Choose a tag to compare

🚀 Changes

v0.0.9

21 Apr 08:07
01c3838
Compare
Choose a tag to compare

🚀 Changes

🤖 Dependency Updates

v0.0.8

19 Jul 10:29
3d828ef
Compare
Choose a tag to compare

From now on, only Cats Effect 3 and its related ecosystem is supported. Version 0.0.7 was the last release supporting CE2.

🚀 Changes

🤖 Dependency Updates

v0.0.7

26 May 08:56
22945c9
Compare
Choose a tag to compare

🚀 Changes

🤖 Dependency Updates

v0.0.6

30 Mar 15:23
92947b1
Compare
Choose a tag to compare

🚀 Changes

🤖 Dependency Updates

v0.0.5

05 Mar 10:55
b0a72fd
Compare
Choose a tag to compare

🚀 Changes

🤖 Dependency Updates

v0.0.4

18 Jan 17:26
696b653
Compare
Choose a tag to compare

🚀 Changes

🔧 Internal Changes

🤖 Dependency Updates

v0.0.3

16 Sep 14:41
f1bbca0
Compare
Choose a tag to compare

Summary

This release delivers improved user experience by introducing smart builders and bugfixes.

Changes

  • #73 Type-level builders
  • #72 Fix auto-unsubscribe logic
  • #71 Auto-subscribe
  • #70 Auto-nack on failure
  • #68 Config: Add default constructor
  • #66 Add automatic message acknowledgment option
  • #65 Config data builders
  • #64 Subscription mode
  • #61 Fix unsubscribe call
  • #59 Consumer decodes messages via Inject

Dependency updates

  • #71 Update sbt-mdoc to 2.2.8
  • #67 Update cats-effect to 2.2.0
  • #63 Update cats-core to 2.2.0
  • #60 Update munit, munit-scalacheck to 0.7.12

v0.0.2

25 Aug 08:14
6e686cb
Compare
Choose a tag to compare

Summary

There is a new module neutron-circe and it's now much easier to get started with Neutron.

Check out our new site! https://cr-org.github.io/neutron/

Changes

  • #58 Simplify consumer creation
  • #57 Add neutron-circe module and common Inject instances.
  • #56 Simplify producer creation; rename PulsarClient to Pulsar
  • #55 Fully async producer

Internal

  • #53 Setting up new microsite

Dependency updates

  • #52 fs2-core-2.4.4

v0.0.1

19 Aug 09:47
e11aa6d
Compare
Choose a tag to compare

The very first release of neutron is here! 🚀

Fasten your seatbelts and get ready for takeoff! We are excited to announce that the very first official release neutron is ready.
In this release, we have everything we currently use in production to build Chatroulette on top of Apache Pulsar.

Neutron Core

This module has all the essential tools to communicate with Apache Pulsar. It includes a Scala wrapper for the Client, message Producer, Consumer and Reader.

Neutron Function

This module has all the essential tools to work with Pulsar Functions. It includes Context, Function and WindowFunction.