Skip to content

Latest commit

 

History

History
79 lines (44 loc) · 6.07 KB

CHANGELOG.md

File metadata and controls

79 lines (44 loc) · 6.07 KB

Changelog

1.1.6 (2024-09-14)

Bug Fixes

1.1.5 (2024-09-13)

Bug Fixes

  • trigger release pipeline (a319f0a)

1.1.4 (2024-09-12)

Bug Fixes

  • typing issues and add modular structure for job and file event definition. (#45) (5be06f6)

1.1.3 (2024-05-23)

Bug Fixes

  • move realtime types out of typescript declaration files. (#41) (5573223)
  • rename configuration override and set default urls for realtime (#42) (d2c0f4e)

1.1.2 (2024-05-20)

Bug Fixes

  • add comprehensive docs on how to authenticate, upload files and use the realtime engine. (#37) (57031c7)
  • release-please-action org name was renamed and updates accordingly (#39) (da9af3d)
  • rename alfred-socket-client to alfred-realtime-client and all related variables (#38) (6ccba36)
  • trigger build release (af1e06e)

1.1.1 (2024-05-01)

Bug Fixes

1.1.0 (2024-04-15)

Features

  • AL-829: Support socket connection and events handling (#31) (5bcc516)

1.0.0 (2024-04-11)

Features

  • AL-818: Implement authorization mechanism and first batch of test suites (#4) (c31a927)
  • AL-820: implement deferred session domain with its unit tests. (#2) (431fdd5)
  • AL-824: Implement job domain with its unit tests. (#7) (d6e8099)
  • AL-827: Setup CI pipeline (#6) (74f9bed)
  • implement datapoints domain with its unit tests. (#5) (538b0ca)
  • implement files domain. (#8) (7b5fdc9)
  • trigger release (#13) (5ad36cd)
  • updates gha release step to publish to npm (#9) (9503e78)

Bug Fixes

  • Added missing release configuration (c05ca26)
  • gha release-please missing token (#12) (1538a09)
  • github action adds missing validate branch prefix (#11) (814c8b5)
  • github actions pr create permissions to trigger (#15) (4659979)
  • npm publish public (#24) (c67b684)
  • npm publish public scoped (#28) (f0f26bd)
  • Proper exports and package build before publishing (#30) (6eb4300)