Skip to content

Releases: fp-in-bo/jms4s

v0.1.0 - Socialismo tascabile (Prove tecniche di trasmissione)

05 May 15:03
9b2193b
Compare
Choose a tag to compare

v0.0.11 - Physical Graffiti

04 May 12:50
7d47143
Compare
Choose a tag to compare
  • Remove useless type constraints
  • Various fixes

v0.0.10 - Ummagumma

30 Apr 13:01
Compare
Choose a tag to compare
  • Upgrade version dependencies

v0.0.9 - Give Up

19 Oct 10:38
14a9a4c
Compare
Choose a tag to compare

Fix sendN in transacted consumers, which was causing message consuming to be blocked after a previous sendN was performed.

v0.0.8 - The future is now

07 Oct 15:01
970a056
Compare
Choose a tag to compare

Bump dependencies.
One last release before cats-effects 3, hopefully.

v0.0.7 - Something to Write Home About

26 May 08:42
Compare
Choose a tag to compare

Fix issue with sendN in transacted consumers which was committing the session too early.

v0.0.6 - What It Is To Burn

30 Apr 10:05
c6c4e17
Compare
Choose a tag to compare

Make all JmsMessage getters return Option[T] instead of Try[T] handling possible jms exceptions of jms driver.

v0.0.5 - De-Loused in the Comatorium

26 Apr 10:04
0129946
Compare
Choose a tag to compare

In this release:

  • Providers instantiate JmsClient. This means that JmsContext is no more accessible to clients
  • Updated internals which is now using a saner approach for receiving

v0.0.4 - Good Apollo, I'm Burning Star IV

21 Apr 13:45
2d28fa4
Compare
Choose a tag to compare

The main change in this release is in how the lib lets the user create messages to send (#24).

v0.0.3 - Relantionship of Command

19 Apr 13:12
059a126
Compare
Choose a tag to compare

This version will bring in the following additions/updates:

  • Add Show instance for JmsMessage. This may be helpful for logging purposes.
  • Remove F from JmsMessage. Most of the ops on JmsMessage are not doing any I/O at all, so we found it easier to just return Trys and avoid the spread of F everywhere in clients' projects.