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

Release 1.43.0 #781

Merged
merged 35 commits into from
Jul 9, 2024
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
38fe9df
Merge remote-tracking branch 'origin/master' into alpha
d-gubert Nov 17, 2023
c51f734
1.42.0-alpha
d-gubert Nov 17, 2023
c32bc85
feat: PROSVC-55 findRoomsByAgentId (#710)
lmauromb Feb 14, 2024
cba70dc
chore: add Open prefix to find/count by agent methods (#735)
lmauromb Mar 12, 2024
79d52ed
fix: url import usage on oauth2 (#739)
AllanPazRibeiro Mar 15, 2024
a7ee715
Chore/merge master into alpha (#742)
AllanPazRibeiro Mar 16, 2024
212eec7
1.43.0-alpha
d-gubert Apr 15, 2024
cfc0a0b
feat: Implement the Apps Engine Room message read bridge (#753)
Dnouv Apr 15, 2024
d24f621
fix: `OmnichannelSource` type (#760)
ggazzo Apr 29, 2024
fc00008
fix: Add default behavior to `executeViewCloseHandler` for all apps t…
KevLehman May 2, 2024
5284a5f
feat: Introduce new msg interface and correct the tests (#767)
Dnouv May 28, 2024
453fbdb
Revert: cfc0a0b0 and 5284a5f8; Implement room bridge getMessage
d-gubert Jun 13, 2024
2f185b3
feat: New Deno runtime (#665)
d-gubert Jun 13, 2024
64e2ab5
Fix version tag
d-gubert Jun 13, 2024
339641b
Remove vm2
d-gubert Jun 14, 2024
857a84a
regression: incorrect translation of room data on listeners of messag…
d-gubert Jun 20, 2024
f54ca4e
Stop throwing JSON-RPC errors received by the process
d-gubert Jun 25, 2024
ede11e4
feat: ILivechatCreator `createAndReturnVisitor` method (#771)
ricardogarim Jun 25, 2024
4f9d9db
feat: allow custom fields on livechat room creation (#772)
ggazzo Jun 25, 2024
3c0a7e4
fix: use `LayoutBlock` instead of `Block` (#773)
ggazzo Jun 25, 2024
1f92cef
chore: LayoutBlock (#774)
ggazzo Jun 25, 2024
5c83890
chore: memory measurements from Deno (poc)
d-gubert Jun 25, 2024
1f9c857
Revert "feat: ILivechatCreator `createAndReturnVisitor` method (#771)"
d-gubert Jun 26, 2024
bebb34b
Revert "feat: allow custom fields on livechat room creation (#772)"
d-gubert Jun 26, 2024
deeede9
fix: Notifier accessor on Deno Runtime properly handles getMessageBui…
d-gubert Jun 26, 2024
a5a0860
chore: better info on error logs from runtime
d-gubert Jun 28, 2024
d7224fd
chore: remove unnecessary microtask from runtime controller
d-gubert Jul 1, 2024
a1000dd
fix: preventing errors broke the event handling
d-gubert Jul 1, 2024
c3b4d2e
feat(deno-runtime): limit timeout of "Pre" listener events to 1s (#775)
d-gubert Jul 1, 2024
5e5c100
Remove system property from payload with Deno memory usage
d-gubert Jul 8, 2024
7f60119
Fix broken AppManager
d-gubert Jul 8, 2024
02d8fec
feat(deno-runtime): restart app process if it times out consecutively…
d-gubert Jul 9, 2024
3f0896e
Merge remote-tracking branch 'origin/alpha' into release/1.43.0
d-gubert Jul 9, 2024
0effc90
Update docs
d-gubert Jul 9, 2024
20fcf87
1.43.0
d-gubert Jul 9, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove vm2
d-gubert committed Jun 14, 2024
commit 339641b58dd7aaf7a75f5d794174b105450c0939
25 changes: 2 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -106,8 +106,7 @@
"lodash.clonedeep": "^4.5.0",
"semver": "^5.7.1",
"stack-trace": "0.0.10",
"uuid": "~8.3.2",
"vm2": "^3.9.19"
"uuid": "~8.3.2"
},
"peerDependencies": {
"@rocket.chat/ui-kit": "next"
79 changes: 0 additions & 79 deletions src/server/runtime/AppsEngineVM2Runtime.spec.ts

This file was deleted.

111 changes: 0 additions & 111 deletions src/server/runtime/AppsEngineVM2Runtime.ts

This file was deleted.

17 changes: 0 additions & 17 deletions src/server/runtime/index.ts

This file was deleted.

81 changes: 0 additions & 81 deletions src/server/runtime/require.ts

This file was deleted.