Skip to content

Releases: nizarfadlan/baileys-api

Nightly Release

03 Apr 07:59
0fc1f37
Compare
Choose a tag to compare
Nightly Release Pre-release
Pre-release

2.0.1-alpha.0 (2024-09-16)

v2.0.0

04 Sep 15:32
adfe131
Compare
Choose a tag to compare

2.0.0 (2024-09-04)

Bug Fixes

  • app: Change findUniqueOrThrow to findUnique on read store session (95d6753)
  • contacts come with several patches of N contacts, deleting those that are not in this patch ends up deleting those received in the previous patch (0dcde8e)
  • server: Connection failure statusCode 405 (e041983)
  • throw when without participants (308396e)
  • unique map label (dcbad79)

Features

  • group: Add create, update and leave group (cb2a13f)

1.1.4 (2024-04-16)

1.1.3 (2024-04-04)

Bug Fixes

  • Fixes to the handler of storing Chat and Message (0630cec)
  • Fixes to the handler of storing Chat and Message (742d42e)

1.1.2 (2024-04-03)

Bug Fixes

  • app: Fix API Key validator and change header API Key (ac1e75c)
  • app: Fix type Chat and Message on Controller (97d0431)
  • Fix Express.js Open Redirect in malformed URLs (027cd05)

Features

v1.1.4

16 Apr 17:05
Compare
Choose a tag to compare
refactor(app): Route SSE for API Key from header to query params

v1.1.3

04 Apr 07:50
Compare
Choose a tag to compare
fix: Fixes to the handler of storing Chat and Message

v1.1.2

03 Apr 07:41
Compare
Choose a tag to compare
ci: Add github action workflow