Releases: nizarfadlan/baileys-api
Releases · nizarfadlan/baileys-api
Nightly Release
2.0.1-alpha.0 (2024-09-16)
v2.0.0
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
refactor(app): Route SSE for API Key from header to query params
v1.1.3
fix: Fixes to the handler of storing Chat and Message
v1.1.2
ci: Add github action workflow