Skip to content

Commit c12296f

Browse files
committed
Merge branch 'master' into develop
2 parents d7f586f + 0c7fbf4 commit c12296f

2 files changed

Lines changed: 117 additions & 9 deletions

File tree

.github/history.json

Lines changed: 75 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15363,14 +15363,6 @@
1536315363
]
1536415364
},
1536515365
"HEAD": {
15366-
"node_version": "12.21.0",
15367-
"npm_version": "6.14.8",
15368-
"apps_engine_version": "1.24.1",
15369-
"mongo_versions": [
15370-
"3.4",
15371-
"3.6",
15372-
"4.0"
15373-
],
1537415366
"pull_requests": []
1537515367
},
1537615368
"0.66.0-rc.0": {
@@ -58234,6 +58226,81 @@
5823458226
]
5823558227
}
5823658228
]
58229+
},
58230+
"3.11.4": {
58231+
"node_version": "12.18.4",
58232+
"npm_version": "6.14.8",
58233+
"apps_engine_version": "1.22.2",
58234+
"mongo_versions": [
58235+
"3.4",
58236+
"3.6",
58237+
"4.0"
58238+
],
58239+
"pull_requests": []
58240+
},
58241+
"3.12.4": {
58242+
"node_version": "12.18.4",
58243+
"npm_version": "6.14.8",
58244+
"apps_engine_version": "1.23.0",
58245+
"mongo_versions": [
58246+
"3.4",
58247+
"3.6",
58248+
"4.0"
58249+
],
58250+
"pull_requests": []
58251+
},
58252+
"3.13.2": {
58253+
"node_version": "12.21.0",
58254+
"npm_version": "6.14.8",
58255+
"apps_engine_version": "1.24.1",
58256+
"mongo_versions": [
58257+
"3.4",
58258+
"3.6",
58259+
"4.0"
58260+
],
58261+
"pull_requests": [
58262+
{
58263+
"pr": "21570",
58264+
"title": "Release 3.13.2",
58265+
"userLogin": "sampaiodiego",
58266+
"contributors": [
58267+
"sampaiodiego"
58268+
]
58269+
}
58270+
]
58271+
},
58272+
"3.13.3": {
58273+
"node_version": "12.21.0",
58274+
"npm_version": "6.14.8",
58275+
"apps_engine_version": "1.24.1",
58276+
"mongo_versions": [
58277+
"3.4",
58278+
"3.6",
58279+
"4.0"
58280+
],
58281+
"pull_requests": [
58282+
{
58283+
"pr": "21491",
58284+
"title": "[FIX] Team's channels list for teams with too many channels",
58285+
"userLogin": "KevLehman",
58286+
"description": "- Fix teams.listRooms pagination for non-admin users",
58287+
"milestone": "3.13.3",
58288+
"contributors": [
58289+
"KevLehman",
58290+
"sampaiodiego",
58291+
"web-flow"
58292+
]
58293+
},
58294+
{
58295+
"pr": "21644",
58296+
"title": "[FIX] Livechat not retrieving messages",
58297+
"userLogin": "cuonghuunguyen",
58298+
"milestone": "3.13.3",
58299+
"contributors": [
58300+
"cuonghuunguyen"
58301+
]
58302+
}
58303+
]
5823758304
}
5823858305
}
5823958306
}

HISTORY.md

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,53 @@
11

2+
# 3.13.3
3+
`2021-04-19 · 2 🐛 · 3 👩‍💻👨‍💻`
4+
5+
### Engine versions
6+
- Node: `12.21.0`
7+
- NPM: `6.14.8`
8+
- MongoDB: `3.4, 3.6, 4.0`
9+
- Apps-Engine: `1.24.1`
10+
11+
### 🐛 Bug fixes
12+
13+
14+
- Livechat not retrieving messages ([#21644](https://github.com/RocketChat/Rocket.Chat/pull/21644) by [@cuonghuunguyen](https://github.com/cuonghuunguyen))
15+
16+
- Team's channels list for teams with too many channels ([#21491](https://github.com/RocketChat/Rocket.Chat/pull/21491))
17+
18+
- Fix teams.listRooms pagination for non-admin users
19+
20+
### 👩‍💻👨‍💻 Contributors 😍
21+
22+
- [@cuonghuunguyen](https://github.com/cuonghuunguyen)
23+
24+
### 👩‍💻👨‍💻 Core Team 🤓
25+
26+
- [@KevLehman](https://github.com/KevLehman)
27+
- [@sampaiodiego](https://github.com/sampaiodiego)
28+
229
# 3.13.2
3-
`2021-04-14 · 1 🐛 · 3 👩‍💻👨‍💻`
30+
`2021-04-14 · 1 🐛 · 1 🔍 · 3 👩‍💻👨‍💻`
31+
32+
### Engine versions
33+
- Node: `12.21.0`
34+
- NPM: `6.14.8`
35+
- MongoDB: `3.4, 3.6, 4.0`
36+
- Apps-Engine: `1.24.1`
437

538
### 🐛 Bug fixes
639

740

841
- Security Hotfix (https://docs.rocket.chat/guides/security/security-updates)
942

43+
<details>
44+
<summary>🔍 Minor changes</summary>
45+
46+
47+
- Release 3.13.2 ([#21570](https://github.com/RocketChat/Rocket.Chat/pull/21570))
48+
49+
</details>
50+
1051
### 👩‍💻👨‍💻 Core Team 🤓
1152

1253
- [@KevLehman](https://github.com/KevLehman)

0 commit comments

Comments
 (0)