Skip to content

Releases: nixbus/event-bus

v0.0.20

13 Sep 20:49
Compare
Choose a tag to compare

What's Changed

  • chore: add NixEventBus debug log e92d441
  • perf: improve HttpNixEvents events batching dfbe6a2
  • chore: rename HttpNixEvents to NixEventsHttp, InMemoryNixEvents to NixEventsInMemory d0b7eab
  • chore: update dev dependencies 2177ed1

v0.0.19

25 Aug 21:03
Compare
Choose a tag to compare

What's Changed

  • chore: remove unused token from request body 90ea800

v0.0.18

25 Aug 20:49
Compare
Choose a tag to compare

What's Changed

  • chore: send token as authorization bearer header 9afe8e0
  • chore: update release notes 4066279

v0.0.17

30 Jun 11:58
Compare
Choose a tag to compare

🚀 Performance

  • perf: reduce time to acumulate events in HttpNixEvents 53b62b9

v0.0.16

29 Jun 22:46
Compare
Choose a tag to compare

🚀 Features

🚧 Chore

  • chore: update examples dependencies bd7acf3
  • chore: add repo and site to package.json 7ccd718

v0.0.15

24 Jun 20:10
Compare
Choose a tag to compare

🚀 Features

  • feat: in memory event bus now support retry timeout 2446e6b
  • feat: allow to create new http and in memory event bus instances e6697b8
  • feat: new log option to set the log level 694c278

🛠️ Refactor

  • refactor: rename in memory events tests e2fe640
  • refactor: in memory events mark as finished ad19ac1
  • refactor: create http NixBus 2860268

📚 Documentation

🧪 Tests

  • test: in memory events mark as finished c0cb93d

🚧 Chore

  • chore: update token is required message b7317c3

v0.0.14

08 Jun 18:26
Compare
Choose a tag to compare

🛠️ Refactor

  • refactor: cache subscribers locally 64a22d4

🚧 Chore

  • chore: update to crypto 0.0.18 6d395f4

v0.0.13

03 Jun 22:17
Compare
Choose a tag to compare

🚧 Chore

  • chore: support new endpoints 9498a4e

v0.0.12

02 Jun 12:55
Compare
Choose a tag to compare

🚧 Chore

  • chore: improve custom fetch message when response not ok 75076df

v0.0.11

02 Jun 12:41
Compare
Choose a tag to compare

🛠️ Refactor