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

feat: conduit-next (DRAFT) #1142

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft

feat: conduit-next (DRAFT) #1142

wants to merge 6 commits into from

Conversation

kkopanidis
Copy link
Contributor

This PR will be updated with breaking changes for the next version, probably named 0.17. Will remain a draft until we finalize changes

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update
  • Refactor
  • Build-related changes
  • Other (please describe)

Does this PR introduce a breaking change?

  • Yes
  • No

The PR fulfills these requirements:

  • It's submitted to the main branch
  • When resolving a specific issue, it's referenced in the PR's description (e.g. fix #xxx, where "xxx" is the issue number)

If adding a new feature, the PR's description includes:

  • A convincing reason for adding this feature

Other information:

Renc17 and others added 3 commits December 26, 2024 18:04
…ants actions (#1135)

* refactor(chat): sendInvitation props as object

* fix(chat): missing populate query param from router

* fix(chat): missing search message regex matching

* chore(chat): cleanups

* fix(chat): router invitation token count

* refactor(chat): admin route createRoom participants logs, set creator

* refactor(chat): participants actions

* fix(chat): router query params id types

* feat(chat): router remove member from room route

* fix(chat): admin route getRooms missing params

* fix(chat): admin route deleteRooms missing audit-mode config check

* feat(chat): admin route removeUsers/addUsers/roomInvitations/roomById

* feat(chat): participants join log on invitation accept
…g inconsistencies. (#1157)

* fix(authentication, authorization): teamMembers count, remove default pagination from rpc routes (#1161)

* fix(authentication): count members users instead of relations

* fix(authorization): remove rpc default limit

* fix(admin,core,router): state publishing inconsistency

* feat(grpc-sdk,hermes): round robin lb for grpc connections

---------

Co-authored-by: Rena Tsagka <[email protected]>
* refactor(chat)!: admin/router missing endpoints/query params/participants actions (#1135)

* refactor(chat): sendInvitation props as object

* fix(chat): missing populate query param from router

* fix(chat): missing search message regex matching

* chore(chat): cleanups

* fix(chat): router invitation token count

* refactor(chat): admin route createRoom participants logs, set creator

* refactor(chat): participants actions

* fix(chat): router query params id types

* feat(chat): router remove member from room route

* fix(chat): admin route getRooms missing params

* fix(chat): admin route deleteRooms missing audit-mode config check

* feat(chat): admin route removeUsers/addUsers/roomInvitations/roomById

* feat(chat): participants join log on invitation accept

* refactor(email): add editor-design JSON email template field
kkopanidis and others added 3 commits January 3, 2025 15:11
… checking and module communication (#1268)

* refactor(core): rework proto files to reflect changes for instanceId
refactor(grpc-sdk,module-tools): implement proto changes
refactor(core): rework the service registry

* refactor(grpc-sdk): remove url from health probe
fix(grpc-sdk): onConfig not invoked on module start

* fix(forms): initialization steps

* refactor(core)!: service monitoring and discovery rework

* refactor(core): re-work "updateState" function in SD to properly handle new structure
* feat: update docker images to NodeJS jod(22)
chore: update package.json engines to 22
chore: update dependencies
refactor(sms): remove clickSend implementation due to broken vendor library
refactor(authentication): remove assert and replace with "with"
fix(grpc-sdk,module-tools): rollup issues with v22 resolved
refactor(grpc-sdk,module-tools): remove deprecated callback option in logger
feat(grpc-sdk,module-tools): introduce new option for error logging

* chore: further update dependencies
chore: remove deprecated "start" call form GrpcServer

* feat: update ts-proto

WIP commit since there are build errors

* fix: ts-proto messagefns export bug (#1273)

* fix: ts-proto messagefns export bug

* refactor: rename protoUtils exports

---------

Co-authored-by: Christina Papadogianni <[email protected]>
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.

3 participants