Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release master #376

Merged
merged 1 commit into from
Jun 12, 2024
Merged

chore: release master #376

merged 1 commit into from
Jun 12, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented May 16, 2024

🤖 I have created a release beep boop

server-core: 0.4.0

0.4.0 (2024-06-12)

Features

  • analysis-bucket implementation (#433) (15329f4)
  • analysis-manager-kit package implementation (#393) (d9faf4a)
  • cleanup component error handling (e8869ef)
  • extract utils and common consts, fns, ... to kit package (258bbb2)
  • move redis singleton management to kit package (285b073)
  • move service factories/singletons to server-kit-package (#387) (669d352)
  • queue-router for components & aggregators (#396) (0da6066)
  • server-http-kit package with validation, authup & request utils/helpers (#375) (7762a2f)
  • split builder command-exection/event-split (#412) (13d0d57)
  • use kit package for singleton management of the logger (61bbe21)

Bug Fixes

  • consuming and publishing with queue-router (1a461e7)
  • deps: bump amqp-extension from 4.0.0-beta.1 to 4.0.0-beta.2 (#450) (b65538a)
  • deps: bump express-validator from 7.0.1 to 7.1.0 (#384) (572a429)
  • deps: bump mysql2 from 3.9.8 to 3.10.0 (#411) (b44e278)
  • deps: bump pg from 8.11.5 to 8.12.0 (#424) (37dca53)
  • deps: bump tar from 7.1.0 to 7.2.0 (#407) (38c3c9b)
client-ui: 0.4.0

0.4.0 (2024-06-12)

Features

  • analysis-bucket implementation (#433) (15329f4)
  • extract utils and common consts, fns, ... to kit package (258bbb2)

Bug Fixes

  • minor fix in auth middleware (f6dc1cd)
client-vue: 0.4.0

0.4.0 (2024-06-12)

Features

  • analysis-bucket implementation (#433) (15329f4)
  • extract utils and common consts, fns, ... to kit package (258bbb2)
  • initial implementation & usage refactoring (#426) (85ff83f)
  • split core package in core & core-http-kit (#422) (666a4fe)
core: 0.4.0

0.4.0 (2024-06-12)

Features

  • analysis-bucket implementation (#433) (15329f4)
  • extract utils and common consts, fns, ... to kit package (258bbb2)
  • initial implementation & usage refactoring (#426) (85ff83f)
  • server-http-kit package with validation, authup & request utils/helpers (#375) (7762a2f)
  • split core package in core & core-http-kit (#422) (666a4fe)
core-http-kit: 0.4.0

0.4.0 (2024-06-12)

Features

core-realtime-kit: 0.4.0

0.4.0 (2024-06-12)

Features

  • initial implementation & usage refactoring (#426) (85ff83f)
kit: 0.4.0

0.4.0 (2024-06-12)

Features

  • extract utils and common consts, fns, ... to kit package (258bbb2)
root: 0.4.0

0.4.0 (2024-06-12)

Features

  • analysis-bucket implementation (#433) (15329f4)
  • analysis-manager-kit package implementation (#393) (d9faf4a)
  • cleanup component error handling (e8869ef)
  • extract utils and common consts, fns, ... to kit package (258bbb2)
  • initial implementation & usage refactoring (#426) (85ff83f)
  • initial implementation of server-realtime-kit package (#380) (3963b66)
  • move redis singleton management to kit package (285b073)
  • move service factories/singletons to server-kit-package (#387) (669d352)
  • queue-router for components & aggregators (#396) (0da6066)
  • server-http-kit package with validation, authup & request utils/helpers (#375) (7762a2f)
  • split builder command-exection/event-split (#412) (13d0d57)
  • split core package in core & core-http-kit (#422) (666a4fe)
  • use kit package for singleton management of the logger (61bbe21)

Bug Fixes

  • consuming and publishing with queue-router (1a461e7)
  • deps: bump amqp-extension from 4.0.0-beta.1 to 4.0.0-beta.2 (#450) (b65538a)
  • deps: bump express-validator from 7.0.1 to 7.1.0 (#384) (572a429)
  • deps: bump mysql2 from 3.9.8 to 3.10.0 (#411) (b44e278)
  • deps: bump pg from 8.11.5 to 8.12.0 (#424) (37dca53)
  • deps: bump tar from 7.1.0 to 7.2.0 (#407) (38c3c9b)
  • deps: bump uuid from 9.0.1 to 10.0.0 (#443) (ee047a2)
  • minor fix in auth middleware (f6dc1cd)
  • setting type on queue message publish + logging on publish/consume (5430305)
server-analysis-manager: 0.4.0

0.4.0 (2024-06-12)

Features

  • analysis-bucket implementation (#433) (15329f4)
  • analysis-manager-kit package implementation (#393) (d9faf4a)
  • cleanup component error handling (e8869ef)
  • extract utils and common consts, fns, ... to kit package (258bbb2)
  • move service factories/singletons to server-kit-package (#387) (669d352)
  • queue-router for components & aggregators (#396) (0da6066)
  • split builder command-exection/event-split (#412) (13d0d57)
  • split core package in core & core-http-kit (#422) (666a4fe)

Bug Fixes

  • deps: bump amqp-extension from 4.0.0-beta.1 to 4.0.0-beta.2 (#450) (b65538a)
  • deps: bump uuid from 9.0.1 to 10.0.0 (#443) (ee047a2)
server-analysis-manager-kit: 0.4.0

0.4.0 (2024-06-12)

Features

  • analysis-bucket implementation (#433) (15329f4)
  • analysis-manager-kit package implementation (#393) (d9faf4a)
  • extract utils and common consts, fns, ... to kit package (258bbb2)
  • queue-router for components & aggregators (#396) (0da6066)
  • split builder command-exection/event-split (#412) (13d0d57)
server-http-kit: 0.4.0

0.4.0 (2024-06-12)

Features

  • analysis-bucket implementation (#433) (15329f4)
  • extract utils and common consts, fns, ... to kit package (258bbb2)
  • server-http-kit package with validation, authup & request utils/helpers (#375) (7762a2f)

Bug Fixes

  • deps: bump express-validator from 7.0.1 to 7.1.0 (#384) (572a429)
server-kit: 0.4.0

0.4.0 (2024-06-12)

Features

  • analysis-bucket implementation (#433) (15329f4)
  • analysis-manager-kit package implementation (#393) (d9faf4a)
  • cleanup component error handling (e8869ef)
  • extract utils and common consts, fns, ... to kit package (258bbb2)
  • initial implementation & usage refactoring (#426) (85ff83f)
  • move redis singleton management to kit package (285b073)
  • move service factories/singletons to server-kit-package (#387) (669d352)
  • queue-router for components & aggregators (#396) (0da6066)
  • server-http-kit package with validation, authup & request utils/helpers (#375) (7762a2f)

Bug Fixes

  • consuming and publishing with queue-router (1a461e7)
  • deps: bump amqp-extension from 4.0.0-beta.1 to 4.0.0-beta.2 (#450) (b65538a)
  • setting type on queue message publish + logging on publish/consume (5430305)
server-realtime: 0.4.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)
server-realtime-kit: 0.4.0

0.4.0 (2024-06-12)

Features

  • extract utils and common consts, fns, ... to kit package (258bbb2)
  • initial implementation & usage refactoring (#426) (85ff83f)
  • initial implementation of server-realtime-kit package (#380) (3963b66)
server-storage: 0.4.0

0.4.0 (2024-06-12)

Features

  • extract utils and common consts, fns, ... to kit package (258bbb2)
  • move service factories/singletons to server-kit-package (#387) (669d352)
  • server-http-kit package with validation, authup & request utils/helpers (#375) (7762a2f)

Bug Fixes

  • deps: bump express-validator from 7.0.1 to 7.1.0 (#384) (572a429)
  • deps: bump mysql2 from 3.9.8 to 3.10.0 (#411) (b44e278)
storage-kit: 0.4.0

0.4.0 (2024-06-12)

Features

  • extract utils and common consts, fns, ... to kit package (258bbb2)
  • split core package in core & core-http-kit (#422) (666a4fe)

This PR was generated with Release Please. See documentation.

@github-actions github-actions bot force-pushed the release-please--branches--master branch 6 times, most recently from f9689b8 to 04b10a1 Compare May 23, 2024 14:09
@github-actions github-actions bot force-pushed the release-please--branches--master branch 7 times, most recently from d83ac79 to a6c8ba3 Compare June 5, 2024 09:18
@github-actions github-actions bot force-pushed the release-please--branches--master branch 7 times, most recently from b6f0f33 to 9a8ee3c Compare June 12, 2024 08:12
@github-actions github-actions bot force-pushed the release-please--branches--master branch from 9a8ee3c to 7a93a71 Compare June 12, 2024 08:19
@tada5hi tada5hi merged commit 8b318e8 into master Jun 12, 2024
Copy link
Contributor Author

Copy link
Contributor Author

Copy link
Contributor Author

🤖 Release is at https://github.com/PrivateAIM/hub/releases/tag/kit-v0.4.0 🌻

Copy link
Contributor Author

Copy link
Contributor Author

Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant