Skip to content

Latest commit

 

History

History
258 lines (161 loc) · 14.3 KB

CHANGELOG.md

File metadata and controls

258 lines (161 loc) · 14.3 KB

Changelog

0.8.4 (2024-10-24)

Features

  • bump authup & implement async policy & permission evaluation (#807) (d065562)
  • bump authup & vuecs packages + refactored navigation (c4db8d5)

Bug Fixes

  • deps: bump socket.io from 4.7.5 to 4.8.0 (#800) (2f05947)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @privateaim/kit bumped from ^0.8.3 to ^0.8.4
      • @privateaim/core-kit bumped from ^0.8.3 to ^0.8.4
      • @privateaim/core-realtime-kit bumped from ^0.7.4 to ^0.7.5
      • @privateaim/server-kit bumped from ^0.8.3 to ^0.8.4
      • @privateaim/server-realtime-kit bumped from ^0.8.3 to ^0.8.4

0.8.3 (2024-09-19)

Bug Fixes

  • deps: bump routup from 4.0.0 to 4.0.1 (#754) (beaf196)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @privateaim/kit bumped from ^0.8.2 to ^0.8.3
      • @privateaim/core-kit bumped from ^0.8.2 to ^0.8.3
      • @privateaim/core-realtime-kit bumped from ^0.7.3 to ^0.7.4
      • @privateaim/server-kit bumped from ^0.8.2 to ^0.8.3
      • @privateaim/server-realtime-kit bumped from ^0.8.2 to ^0.8.3

0.8.2 (2024-08-28)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @privateaim/kit bumped from ^0.8.1 to ^0.8.2
      • @privateaim/core-kit bumped from ^0.8.1 to ^0.8.2
      • @privateaim/core-realtime-kit bumped from ^0.7.2 to ^0.7.3
      • @privateaim/server-kit bumped from ^0.8.1 to ^0.8.2
      • @privateaim/server-realtime-kit bumped from ^0.8.1 to ^0.8.2

0.8.1 (2024-08-19)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @privateaim/kit bumped from ^0.8.0 to ^0.8.1
      • @privateaim/core-kit bumped from ^0.8.0 to ^0.8.1
      • @privateaim/core-realtime-kit bumped from ^0.7.1 to ^0.7.2
      • @privateaim/server-kit bumped from ^0.8.0 to ^0.8.1
      • @privateaim/server-realtime-kit bumped from ^0.8.0 to ^0.8.1

0.8.0 (2024-07-02)

Features

  • simplified and adjusted permission usage across codespace (1839f5e)

Bug Fixes

  • deps: bump authup to v1.0.0.beta-19 (3410786)
  • deps: bump routup from 3.3.0 to 4.0.0 (#536) (551048f)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @privateaim/kit bumped from ^0.7.0 to ^0.8.0
      • @privateaim/core-kit bumped from ^0.7.0 to ^0.8.0
      • @privateaim/core-realtime-kit bumped from ^0.7.0 to ^0.7.1
      • @privateaim/server-kit bumped from ^0.7.0 to ^0.8.0
      • @privateaim/server-realtime-kit bumped from ^0.7.0 to ^0.8.0

0.7.0 (2024-06-26)

Features

  • migrated to authup version v1.0.0-beta.18 (06928f6)
  • realtime library/service split (#474) (43c2dfa)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @privateaim/core-kit bumped from ^0.6.0 to ^0.7.0
      • @privateaim/core-realtime-kit bumped from ^0.6.0 to ^0.7.0
      • @privateaim/server-kit bumped from ^0.6.0 to ^0.7.0
      • @privateaim/server-realtime-kit bumped from ^0.6.0 to ^0.7.0

0.6.0 (2024-06-25)

Features

  • migrated to authup version v1.0.0-beta.18 (06928f6)
  • realtime library/service split (#474) (43c2dfa)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @privateaim/core-kit bumped from ^0.5.0 to ^0.6.0
      • @privateaim/core-realtime-kit bumped from ^0.5.0 to ^0.6.0
      • @privateaim/server-kit bumped from ^0.5.0 to ^0.6.0
      • @privateaim/server-realtime-kit bumped from ^0.5.0 to ^0.6.0

0.5.0 (2024-06-12)

Features

  • initial implementation & usage refactoring (#426) (85ff83f)
  • initial implementation of server-realtime-kit package (#380) (3963b66)
  • move service factories/singletons to server-kit-package (#387) (669d352)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @privateaim/core bumped from ^0.4.0 to ^0.5.0
      • @privateaim/core-realtime-kit bumped from ^0.4.0 to ^0.5.0
      • @privateaim/server-kit bumped from ^0.4.0 to ^0.5.0
      • @privateaim/server-realtime-kit bumped from ^0.4.0 to ^0.5.0

0.4.0 (2024-06-12)

Features

  • initial implementation & usage refactoring (#426) (85ff83f)
  • initial implementation of server-realtime-kit package (#380) (3963b66)
  • move service factories/singletons to server-kit-package (#387) (669d352)

0.4.0 (2024-05-15)

Features

  • adjusted permission names (3f5e863)
  • simplified authentication & authorization management (0b19929)
  • simplified logger usage across packages (39ea90f)
  • updated authup, vuecs & ilingo (66a5f7b)

Bug Fixes

  • deps: bump @socket.io/redis-adapter from 8.2.1 to 8.3.0 (#180) (665d86f)
  • deps: bump @authup/core from 1.0.0-beta.7 to 1.0.0-beta.8 (#210) (6e8adf2)
  • deps: bump @authup/core from 1.0.0-beta.8 to 1.0.0-beta.9 (#277) (f9a8f59)
  • deps: bump @authup/server-adapter from 1.0.0-beta.7 to 1.0.0-beta.8 (#207) (d7133b5)
  • deps: bump @authup/server-adapter from 1.0.0-beta.8 to 1.0.0-beta.9 (#274) (ce80e33)
  • deps: bump hapic from 2.5.0 to 2.5.1 (#214) (eb3e30c)
  • deps: bump redis-extension from 1.3.0 to 1.5.0 (#293) (0f98e66)
  • deps: bump routup from 3.2.0 to 3.3.0 (#226) (9fbe635)
  • deps: bump socket.io from 4.7.4 to 4.7.5 (#183) (7424606)
  • deps: bump winston from 3.12.0 to 3.13.0 (#204) (f6d55e9)
  • imports of ability manager (d46fd8b)
  • minor issues in client components & applied linting rules (b88e168)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @privateaim/core bumped from ^0.3.0 to ^0.4.0
      • @privateaim/server-kit bumped from ^0.3.0 to ^0.4.0

0.3.0 (2024-03-11)

Bug Fixes

  • deps: bump @authup/core from 1.0.0-beta.5 to 1.0.0-beta.7 (#155) (e0da3b4)
  • deps: bump @authup/server-adapter from 1.0.0-beta.5 to 1.0.0-beta.7 (#157) (0aa827b)
  • deps: bump winston from 3.11.0 to 3.12.0 (#138) (b8b5248)
  • middlewares in realtime service & connection handlers (7e6b04d)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @privateaim/core bumped from ^0.2.0 to ^0.3.0

0.2.0 (2024-02-28)

Features

  • bump authup to v1.0.0-beta.5 (13aeab2)
  • refactored amqp usage & extended docker-compose file (4a557dc)

Bug Fixes

  • deps: bump dotenv from 16.4.4 to 16.4.5 (#98) (4588390)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @privateaim/core bumped from ^0.1.0 to ^0.2.0

0.1.0 (2024-02-19)

Features

  • events for receiving user/robot connection count (25e60d7)
  • implemented custom node socket events (connect,disconnect,message,...) (083a3e2)
  • implemented health check endpoint for realtime-service (64c0d12)
  • initial cleanup of realtime service (d167ed4)
  • namespace separation + socket connection management (ink. subscription etc.) (1dcb083)
  • reference robot on node + socket handlers for socket (un-)registration (d382e66)
  • use envix for environment variable interaction (cceb6f4)

Bug Fixes

  • deps: bump @authup/core from 1.0.0-beta.1 to 1.0.0-beta.3 (#53) (95df3be)
  • deps: bump @authup/core from 1.0.0-beta.3 to 1.0.0-beta.4 (#92) (b950c83)
  • deps: bump @authup/server-adapter from 1.0.0-beta.1 to 1.0.0-beta.3 (#55) (beb30d2)
  • deps: bump @authup/server-adapter from 1.0.0-beta.3 to 1.0.0-beta.4 (#94) (a387911)
  • deps: bump dotenv from 16.3.1 to 16.4.4 (#78) (c800a59)
  • deps: bump socket.io from 4.7.3 to 4.7.4 (#12) (51ae449)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @privateaim/core bumped from ^0.0.0 to ^0.1.0