Skip to content

Releases: macielti/common-clj

23.42.46 Release

12 Nov 11:06
9e5647f
Compare
Choose a tag to compare
23.42.46 Release Pre-release
Pre-release

Fixed

  • Fixed problem with DatomicLocal component while running integration tests, the database was not being cleaned after
    each test execution.

23.42.45 Release

12 Nov 11:07
88e6441
Compare
Choose a tag to compare
23.42.45 Release Pre-release
Pre-release

Fixed

  • Removed call to #p. This should be used only on debugging process.

23.42.44 Release

11 Nov 13:10
fc60207
Compare
Choose a tag to compare
23.42.44 Release Pre-release
Pre-release

Added

  • Add common-clj.keyword.core/un-namespaced function in oder to be able to convert namespaced keywords.
  • Add common-clj.schema.core/un-namespaced function in oder to be able to convert namespaced schemas.

23.41.44 Release

10 Nov 09:08
847a194
Compare
Choose a tag to compare
23.41.44 Release Pre-release
Pre-release

Added

  • Add common-clj.time.core/date->local-date function in oder to be able to convert Date to LocalDate

23.40.43 Release

07 Nov 09:42
33bc8f2
Compare
Choose a tag to compare
23.40.43 Release Pre-release
Pre-release

Fixed

  • Fixed TelegramConsumer to stop sending Telegram Bot messages for not found commands if the message received was not a command.

23.40.42 Release

06 Nov 23:51
1ceb98b
Compare
Choose a tag to compare
23.40.42 Release Pre-release
Pre-release

Added

  • Add support to Telegram channels for TelegramConsumer component.

23.40.40 Release

05 Nov 12:11
eec29bf
Compare
Choose a tag to compare
23.40.40 Release Pre-release
Pre-release

Removed

  • Removed TelegramWebhookConsumer component, now you should use TelegramConsumer.

Changed

  • Refactors to TelegramConsumer in order to be able to scale new features more easily.

22.40.40 Release

03 Nov 17:54
e5ad33f
Compare
Choose a tag to compare
22.40.40 Release Pre-release
Pre-release

Added

  • Added DatomicLocal component.

22.39.40 Release

29 Oct 19:34
1078c4a
Compare
Choose a tag to compare
22.39.40 Release Pre-release
Pre-release

Added

  • Add :jobs component placeholder for telegram component. Now you can depend on the jobs component from telegram.

22.38.40 Release

16 Sep 14:07
83e6a82
Compare
Choose a tag to compare

Added

  • Add functions to common-clj.time.core in order to deal with LocalDateTime.