Bump version to 3.18.0-rc.0

pull/23066/head 3.18.0-rc.0
Diego Sampaio 4 years ago
parent cbae247fee
commit efccf28586
No known key found for this signature in database
GPG Key ID: E060152B30502562
  1. 2
      .docker/Dockerfile.rhel
  2. 524
      .github/history.json
  3. 2
      .snapcraft/resources/prepareRocketChat
  4. 2
      .snapcraft/snap/snapcraft.yaml
  5. 228
      HISTORY.md
  6. 2
      app/utils/rocketchat.info
  7. 2
      package-lock.json
  8. 2
      package.json

@ -1,6 +1,6 @@
FROM registry.access.redhat.com/ubi8/nodejs-12
ENV RC_VERSION 3.18.0-develop
ENV RC_VERSION 3.18.0-rc.0
MAINTAINER buildmaster@rocket.chat

@ -63650,6 +63650,528 @@
"4.2"
],
"pull_requests": []
},
"3.18.0-rc.0": {
"node_version": "12.22.1",
"npm_version": "6.14.1",
"apps_engine_version": "1.27.1",
"mongo_versions": [
"3.4",
"3.6",
"4.0",
"4.2"
],
"pull_requests": [
{
"pr": "22879",
"title": "[FIX] Threads List being requested more than expected",
"userLogin": "ggazzo",
"contributors": [
"ggazzo"
]
},
{
"pr": "20907",
"title": "[IMPROVE] Create thumbnails from uploaded images",
"userLogin": "KevLehman",
"contributors": [
"KevLehman",
"sampaiodiego",
"web-flow",
"tassoevan",
"ggazzo"
]
},
{
"pr": "22914",
"title": "[FIX] Threads and discussions searches don't display proper results",
"userLogin": "matheusbsilva137",
"description": "- _Fix_ issue in discussions search (which wasn't working after a search with no results was made);\r\n - _Improve_ discussions and threads searches: both searches (`chat.getDiscussions` and `chat.getThreadsList`) are now case insensitive (do NOT differ capital from lower letters) and match incomplete words or terms.",
"contributors": [
"matheusbsilva137",
"web-flow"
]
},
{
"pr": "23016",
"title": "[FIX] QuickActions for mobile screen",
"userLogin": "tiagoevanp",
"contributors": [
"ggazzo",
"tiagoevanp",
"web-flow",
"MartinSchoeler"
]
},
{
"pr": "22398",
"title": "Chore: Script to start Rocket.Chat in HA mode during development",
"userLogin": "d-gubert",
"description": "Sometimes we need to start Rocket.Chat in High-Availability mode (cluster) during development to test how a feature behaves or hunt down a bug. Currently, this involves a lot of commands with details that might be lost if you haven't done it in a while.\r\n\r\nThis PR intends to provide a really simple way for us to start many instances of Rocket.Chat connected in a cluster.",
"contributors": [
"d-gubert",
"web-flow"
]
},
{
"pr": "22577",
"title": "[IMPROVE] Add default permission 'start-discussion' and 'start-discussion-other-user' to app user",
"userLogin": "marceloschmidt",
"contributors": [
"marceloschmidt",
"sampaiodiego"
]
},
{
"pr": "23007",
"title": "i18n: Language update from LingoHub 🤖 on 2021-08-23Z",
"userLogin": "lingohub[bot]",
"contributors": [
null
]
},
{
"pr": "23015",
"title": "Regression: Fix creation of self-DMs",
"userLogin": "sampaiodiego",
"contributors": [
"sampaiodiego"
]
},
{
"pr": "22976",
"title": "[FIX] Error getting default agent when routing system algorithm is Auto Selection",
"userLogin": "renatobecker",
"milestone": "3.18",
"contributors": [
"renatobecker",
"KevLehman",
"web-flow"
]
},
{
"pr": "22996",
"title": "[FIX] Atlassian Crowd connection not working",
"userLogin": "pierre-lehnen-rc",
"contributors": [
"piotrkochan",
"pierre-lehnen-rc",
"ggazzo",
"web-flow"
]
},
{
"pr": "22997",
"title": "Regression: no-js-action bump version",
"userLogin": "ggazzo",
"contributors": [
"ggazzo",
"web-flow"
]
},
{
"pr": "22972",
"title": "Chore: Prevent new JS files being added",
"userLogin": "ggazzo",
"description": "We are moving our code base to TS, one way to help developers remember this is create a task that will notify you every time a new file is created.",
"contributors": [
"ggazzo",
"web-flow"
]
},
{
"pr": "22953",
"title": "Regression: File upload name suggestion",
"userLogin": "gabriellsh",
"description": "Before:\r\n![image](https://user-images.githubusercontent.com/40830821/129774936-ecdbe9a1-5e3f-4a0a-ad1e-6f13eb15c60b.png)\r\n![image](https://user-images.githubusercontent.com/40830821/129775011-fb0df01d-74e4-41ae-bb47-dcf4cc17735e.png)\r\n\r\n\r\nAfter:\r\n![image](https://user-images.githubusercontent.com/40830821/129774877-928a8aa0-c003-4e57-8b33-ea6accc32774.png)\r\n![image](https://user-images.githubusercontent.com/40830821/129774972-d67debaf-0ce9-44fb-93cb-d7612dd18edf.png)",
"contributors": [
"gabriellsh",
"tassoevan",
"web-flow"
]
},
{
"pr": "22994",
"title": "Chore: Enable husky pre-push hook (back again)",
"userLogin": "sampaiodiego",
"contributors": [
"sampaiodiego"
]
},
{
"pr": "22977",
"title": "[IMPROVE] Increase the verbosity of Omnichannel routing system debugging outputs",
"userLogin": "KevLehman",
"milestone": "3.18",
"contributors": [
"KevLehman",
"web-flow"
]
},
{
"pr": "22930",
"title": "[FIX] Bad words falling if message is empty",
"userLogin": "ggazzo",
"contributors": [
"ggazzo",
"web-flow"
]
},
{
"pr": "22990",
"title": "Chore: Update Livechat widget to 1.9.4",
"userLogin": "MartinSchoeler",
"contributors": [
"MartinSchoeler"
]
},
{
"pr": "18022",
"title": "[NEW] REST endpoint to delete a DM and allow DM for two other users",
"userLogin": "abrom",
"description": "[NEW] Improve DM create/delete API management",
"contributors": [
"abrom",
"web-flow"
]
},
{
"pr": "21937",
"title": "[NEW] Separate RegEx Settings for Channels and Usernames validation",
"userLogin": "aditya-mitra",
"description": "Now, there are 2 separate settings for validating names - One for **channels** and another for **usernames**.\r\n\r\nThis change also removes the old `UTF8_Names_Validation` setting and adds 2 new settings `UTF8_User_Names_Validation` and `UTF8_Channel_Names_Validation`.\r\n\r\nhttps://user-images.githubusercontent.com/55396651/116969904-af5bb800-acd4-11eb-9fc4-dacac60cb08f.mp4",
"contributors": [
"aditya-mitra"
]
},
{
"pr": "22955",
"title": "[NEW][ENTERPRISE] Maximum waiting time for chats in Omnichannel queue",
"userLogin": "KevLehman",
"description": "- Add new settings to support closing chats that have been too long on waiting queue\r\n- Moved old settings to new \"Queue Management\" section\r\n- Fix issue when closing a livechat room that caused client to not to know if room was open or not",
"contributors": [
"KevLehman",
"web-flow",
"renatobecker"
]
},
{
"pr": "22967",
"title": "[IMPROVE] Types from currentChatsPage.tsx",
"userLogin": "tiagoevanp",
"contributors": [
"tiagoevanp",
"web-flow",
"MartinSchoeler"
]
},
{
"pr": "22796",
"title": "[FIX] Go command duplicating subfolder path on iframes.",
"userLogin": "gabriellsh",
"contributors": [
"gabriellsh",
"ostjen",
"web-flow"
]
},
{
"pr": "22515",
"title": "[IMPROVE] Exclude archived rooms from unread-message count",
"userLogin": "nmagedman",
"contributors": [
"nmagedman"
]
},
{
"pr": "22672",
"title": "Chore: Fix RHEL container build issue due to gpg keyserver deprecation",
"userLogin": "jsm84",
"description": "Changed gpg keyserver in RHEL Dockerfile to openpgp.org due to deprecation of the SKS keyserver network.",
"contributors": [
"jsm84",
"web-flow"
]
},
{
"pr": "22902",
"title": "[IMPROVE] Use tag autocomplete in more places",
"userLogin": "MartinSchoeler",
"description": "Use the proper autocomplete component for omnichannel tags, this adds proper sorting of results and better consistency.",
"contributors": [
"MartinSchoeler",
"tiagoevanp",
"web-flow"
]
},
{
"pr": "22850",
"title": "[FIX] Return transcript/dashboards based on timezone settings",
"userLogin": "KevLehman",
"description": "- Added new setting to manage timezones\r\n- Applied new setting to omnichannel dashboards (realtime, analytics) [NOTE: Other dashboards aren't using this setting actually)\r\n- Change getAnalyticsBetweenDate query to filter out system messages instead of substracting them",
"contributors": [
"KevLehman",
"renatobecker",
"web-flow",
"tiagoevanp"
]
},
{
"pr": "22952",
"title": "Regression: readNow blocked by a invalid condition",
"userLogin": "dougfabris",
"contributors": [
"dougfabris"
]
},
{
"pr": "22927",
"title": "[FIX] User presence being processes even if presence monitor was disabled",
"userLogin": "sampaiodiego",
"contributors": [
"sampaiodiego"
]
},
{
"pr": "22937",
"title": "i18n: Language update from LingoHub 🤖 on 2021-08-16Z",
"userLogin": "lingohub[bot]",
"contributors": [
null
]
},
{
"pr": "22917",
"title": "[FIX] Close omnichannel conversations when agent is deactivated",
"userLogin": "KevLehman",
"milestone": "3.17.1",
"contributors": [
"KevLehman",
"renatobecker",
"web-flow"
]
},
{
"pr": "22750",
"title": "[IMPROVE] Rewrite File Upload Modal",
"userLogin": "gabriellsh",
"description": "Image preview:\r\n![image](https://user-images.githubusercontent.com/40830821/127223432-dccd2182-aec0-430f-8d70-03ac88aec791.png)\r\n\r\nVideo preview:\r\n![image](https://user-images.githubusercontent.com/40830821/127225982-f8b21840-0d9c-4aff-a354-16188c7ed66e.png)\r\n\r\nFiles larger than 10mb:\r\n![image](https://user-images.githubusercontent.com/40830821/127222611-5265040f-a06b-4ec5-b528-89b40e6a9072.png)",
"contributors": [
"gabriellsh",
"dougfabris",
"web-flow"
]
},
{
"pr": "22882",
"title": "[FIX] Apps-Engine's scheduler failing to update run tasks",
"userLogin": "thassiov",
"description": "[Agenda](https://github.com/agenda/agenda), the library that manages scheduling, depended on setting a job property named `nextRunAt` as `undefined` to signal whether it should be run on schedule or not. [Rocket.Chat's current Mongo driver](https://github.com/RocketChat/Rocket.Chat/pull/22399) ignores `undefined` values when updating documents and this was causing jobs to never stop running as Agenda couldn't clear that property (set them as `undefined`). \r\nThis updates Rocket.Chat's dependency on Agenda.js to point to [a fork that fixes the problem](https://github.com/RocketChat/agenda/releases/tag/3.1.2).",
"milestone": "3.17.1",
"contributors": [
"thassiov",
"web-flow",
"d-gubert"
]
},
{
"pr": "22835",
"title": "[FIX] Use correct param on saveBusinessHour method",
"userLogin": "KevLehman",
"milestone": "3.17.1",
"contributors": [
"KevLehman",
"web-flow",
"renatobecker",
"murtaza98"
]
},
{
"pr": "22870",
"title": "[FIX] Can't access other administration menus after opening Engagement Dashboard",
"userLogin": "ostjen",
"contributors": [
"ostjen",
"web-flow"
]
},
{
"pr": "21868",
"title": "[FIX] \"Read Only\" field description is incorrect when the option is checked",
"userLogin": "epif4nio",
"contributors": [
"epif4nio",
"web-flow",
"dougfabris"
]
},
{
"pr": "22431",
"title": "Chore: Fix typo in rtl.css",
"userLogin": "eltociear",
"contributors": [
"eltociear",
"web-flow",
"tassoevan"
]
},
{
"pr": "22880",
"title": "[FIX] Audio recording doesn't stop in direct messages on channel switch",
"userLogin": "matheusbsilva137",
"description": "- Cancel audio recordings on message bar destroy event.\r\n![test-22372](https://user-images.githubusercontent.com/36537004/128569780-d83747b0-fb9c-4dc6-9bc5-7ae573e720c8.gif)",
"contributors": [
"matheusbsilva137",
"gabriellsh",
"web-flow"
]
},
{
"pr": "22888",
"title": "i18n: Language update from LingoHub 🤖 on 2021-08-09Z",
"userLogin": "lingohub[bot]",
"contributors": [
null,
"sampaiodiego",
"web-flow"
]
},
{
"pr": "22823",
"title": "[FIX] Manually approve new users is not applied to SAML users",
"userLogin": "ostjen",
"contributors": [
"ostjen",
"web-flow"
]
},
{
"pr": "22839",
"title": "[FIX] applyChatRestictions callback not working for community version",
"userLogin": "murtaza98",
"description": "Building on top of https://github.com/RocketChat/Rocket.Chat/pull/22838",
"contributors": [
"Shailesh351",
"murtaza98",
"web-flow"
]
},
{
"pr": "22856",
"title": "[FIX] Message update not working in some cases",
"userLogin": "murtaza98",
"milestone": "3.17.1",
"contributors": [
"murtaza98",
"KevLehman",
"web-flow"
]
},
{
"pr": "22848",
"title": "[FIX] Broken download link on uploaded files",
"userLogin": "ostjen",
"description": "Uploaded files had wrong download links when the deploy had a sub directory. This misbehavior was caused by the wrong usage of the rtrim method, the 2nd parameter is a list of chars, [not a string](https://www.php.net/manual/pt_BR/function.rtrim.php) (this method was inspired by php)",
"contributors": [
"ostjen",
"web-flow"
]
},
{
"pr": "22801",
"title": "[FIX] User is still asked for 2FA confirmation even if it is deactivated",
"userLogin": "pierre-lehnen-rc",
"contributors": [
"pierre-lehnen-rc",
"ostjen",
"web-flow"
]
},
{
"pr": "22778",
"title": "[FIX] Registration not possible with TOTP and email verification",
"userLogin": "ostjen",
"contributors": [
"ostjen",
"tassoevan",
"web-flow"
]
},
{
"pr": "22396",
"title": "[FIX] users registered via third party apps bypass custom required fields",
"userLogin": "g-thome",
"description": "moves the custom fields from the initial registration form to the \"pick a username\" screen so that everyone is forced to fill the custom required fields",
"contributors": [
"g-thome",
"gabriellsh",
"web-flow",
"tassoevan"
]
},
{
"pr": "22871",
"title": "[FIX] \"Click to Join\" button is not working if there are no muted users in the room",
"userLogin": "matheusbsilva137",
"description": "- Add check to `room.muted` array so as to cover the case in which it is `undefined`;",
"milestone": "3.17.1",
"contributors": [
"matheusbsilva137",
"web-flow",
"tassoevan"
]
},
{
"pr": "22836",
"title": "[FIX] \"Users By Time of the Day\" chart displays incorrect data for Local Timezone",
"userLogin": "matheusbsilva137",
"description": "- Add local timezone conversion to the \"Users By Time of the Day\" chart in the Engagement Dashboard;\r\n - Simplify date creations by using `endOf` and `startOf` methods.",
"contributors": [
"matheusbsilva137",
"tassoevan",
"web-flow"
]
},
{
"pr": "22868",
"title": "[FIX] Production-environment dependencies",
"userLogin": "tassoevan",
"description": "`@rocket.chat/icons` was incorrectly referred as development dependency.",
"contributors": [
"tassoevan",
"dougfabris"
]
},
{
"pr": "22851",
"title": "[FIX] Tab margin style",
"userLogin": "dougfabris",
"description": "### before\r\n![image](https://user-images.githubusercontent.com/27704687/128103848-2a25ba7e-0e59-4502-9bcd-2569cad9379a.png)\r\n\r\n### after\r\n![image](https://user-images.githubusercontent.com/27704687/128103633-ec7b93fc-4667-4dc9-bad3-bfffaff3974e.png)",
"contributors": [
"dougfabris"
]
},
{
"pr": "22834",
"title": "Merge master into develop & Set version to 3.18.0-develop",
"userLogin": "sampaiodiego",
"contributors": [
"ggazzo",
"web-flow",
"sampaiodiego"
]
},
{
"pr": "22790",
"title": "[FIX] TypeError on Callout type prop",
"userLogin": "hrahul2605",
"contributors": [
"hrahul2605",
"dougfabris",
"web-flow"
]
}
]
}
}
}
}

@ -1,6 +1,6 @@
#!/bin/bash
curl -SLf "https://releases.rocket.chat/3.18.0-develop/download/" -o rocket.chat.tgz
curl -SLf "https://releases.rocket.chat/3.18.0-rc.0/download/" -o rocket.chat.tgz
tar xf rocket.chat.tgz --strip 1

@ -7,7 +7,7 @@
# 5. `snapcraft snap`
name: rocketchat-server
version: 3.18.0-develop
version: 3.18.0-rc.0
summary: Rocket.Chat server
description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/
confinement: strict

@ -1,4 +1,230 @@
# 3.18.0 (Under Release Candidate Process)
## 3.18.0-rc.0
`2021-08-23 · 3 🎉 · 7 🚀 · 27 🐛 · 14 🔍 · 26 👩💻👨💻`
### 🎉 New features
- **ENTERPRISE:** Maximum waiting time for chats in Omnichannel queue ([#22955](https://github.com/RocketChat/Rocket.Chat/pull/22955))
- Add new settings to support closing chats that have been too long on waiting queue
- Moved old settings to new "Queue Management" section
- Fix issue when closing a livechat room that caused client to not to know if room was open or not
- REST endpoint to delete a DM and allow DM for two other users ([#18022](https://github.com/RocketChat/Rocket.Chat/pull/18022) by [@abrom](https://github.com/abrom))
[NEW] Improve DM create/delete API management
- Separate RegEx Settings for Channels and Usernames validation ([#21937](https://github.com/RocketChat/Rocket.Chat/pull/21937) by [@aditya-mitra](https://github.com/aditya-mitra))
Now, there are 2 separate settings for validating names - One for **channels** and another for **usernames**.
This change also removes the old `UTF8_Names_Validation` setting and adds 2 new settings `UTF8_User_Names_Validation` and `UTF8_Channel_Names_Validation`.
https://user-images.githubusercontent.com/55396651/116969904-af5bb800-acd4-11eb-9fc4-dacac60cb08f.mp4
### 🚀 Improvements
- Add default permission 'start-discussion' and 'start-discussion-other-user' to app user ([#22577](https://github.com/RocketChat/Rocket.Chat/pull/22577))
- Create thumbnails from uploaded images ([#20907](https://github.com/RocketChat/Rocket.Chat/pull/20907))
- Exclude archived rooms from unread-message count ([#22515](https://github.com/RocketChat/Rocket.Chat/pull/22515) by [@nmagedman](https://github.com/nmagedman))
- Increase the verbosity of Omnichannel routing system debugging outputs ([#22977](https://github.com/RocketChat/Rocket.Chat/pull/22977))
- Rewrite File Upload Modal ([#22750](https://github.com/RocketChat/Rocket.Chat/pull/22750))
Image preview:
![image](https://user-images.githubusercontent.com/40830821/127223432-dccd2182-aec0-430f-8d70-03ac88aec791.png)
Video preview:
![image](https://user-images.githubusercontent.com/40830821/127225982-f8b21840-0d9c-4aff-a354-16188c7ed66e.png)
Files larger than 10mb:
![image](https://user-images.githubusercontent.com/40830821/127222611-5265040f-a06b-4ec5-b528-89b40e6a9072.png)
- Types from currentChatsPage.tsx ([#22967](https://github.com/RocketChat/Rocket.Chat/pull/22967))
- Use tag autocomplete in more places ([#22902](https://github.com/RocketChat/Rocket.Chat/pull/22902))
Use the proper autocomplete component for omnichannel tags, this adds proper sorting of results and better consistency.
### 🐛 Bug fixes
- "Click to Join" button is not working if there are no muted users in the room ([#22871](https://github.com/RocketChat/Rocket.Chat/pull/22871))
- Add check to `room.muted` array so as to cover the case in which it is `undefined`;
- "Read Only" field description is incorrect when the option is checked ([#21868](https://github.com/RocketChat/Rocket.Chat/pull/21868) by [@epif4nio](https://github.com/epif4nio))
- "Users By Time of the Day" chart displays incorrect data for Local Timezone ([#22836](https://github.com/RocketChat/Rocket.Chat/pull/22836))
- Add local timezone conversion to the "Users By Time of the Day" chart in the Engagement Dashboard;
- Simplify date creations by using `endOf` and `startOf` methods.
- applyChatRestictions callback not working for community version ([#22839](https://github.com/RocketChat/Rocket.Chat/pull/22839) by [@Shailesh351](https://github.com/Shailesh351))
Building on top of https://github.com/RocketChat/Rocket.Chat/pull/22838
- Apps-Engine's scheduler failing to update run tasks ([#22882](https://github.com/RocketChat/Rocket.Chat/pull/22882))
[Agenda](https://github.com/agenda/agenda), the library that manages scheduling, depended on setting a job property named `nextRunAt` as `undefined` to signal whether it should be run on schedule or not. [Rocket.Chat's current Mongo driver](https://github.com/RocketChat/Rocket.Chat/pull/22399) ignores `undefined` values when updating documents and this was causing jobs to never stop running as Agenda couldn't clear that property (set them as `undefined`).
This updates Rocket.Chat's dependency on Agenda.js to point to [a fork that fixes the problem](https://github.com/RocketChat/agenda/releases/tag/3.1.2).
- Atlassian Crowd connection not working ([#22996](https://github.com/RocketChat/Rocket.Chat/pull/22996) by [@piotrkochan](https://github.com/piotrkochan))
- Audio recording doesn't stop in direct messages on channel switch ([#22880](https://github.com/RocketChat/Rocket.Chat/pull/22880))
- Cancel audio recordings on message bar destroy event.
![test-22372](https://user-images.githubusercontent.com/36537004/128569780-d83747b0-fb9c-4dc6-9bc5-7ae573e720c8.gif)
- Bad words falling if message is empty ([#22930](https://github.com/RocketChat/Rocket.Chat/pull/22930))
- Broken download link on uploaded files ([#22848](https://github.com/RocketChat/Rocket.Chat/pull/22848))
Uploaded files had wrong download links when the deploy had a sub directory. This misbehavior was caused by the wrong usage of the rtrim method, the 2nd parameter is a list of chars, [not a string](https://www.php.net/manual/pt_BR/function.rtrim.php) (this method was inspired by php)
- Can't access other administration menus after opening Engagement Dashboard ([#22870](https://github.com/RocketChat/Rocket.Chat/pull/22870))
- Close omnichannel conversations when agent is deactivated ([#22917](https://github.com/RocketChat/Rocket.Chat/pull/22917))
- Error getting default agent when routing system algorithm is Auto Selection ([#22976](https://github.com/RocketChat/Rocket.Chat/pull/22976))
- Go command duplicating subfolder path on iframes. ([#22796](https://github.com/RocketChat/Rocket.Chat/pull/22796))
- Manually approve new users is not applied to SAML users ([#22823](https://github.com/RocketChat/Rocket.Chat/pull/22823))
- Message update not working in some cases ([#22856](https://github.com/RocketChat/Rocket.Chat/pull/22856))
- Production-environment dependencies ([#22868](https://github.com/RocketChat/Rocket.Chat/pull/22868))
`@rocket.chat/icons` was incorrectly referred as development dependency.
- QuickActions for mobile screen ([#23016](https://github.com/RocketChat/Rocket.Chat/pull/23016))
- Registration not possible with TOTP and email verification ([#22778](https://github.com/RocketChat/Rocket.Chat/pull/22778))
- Return transcript/dashboards based on timezone settings ([#22850](https://github.com/RocketChat/Rocket.Chat/pull/22850))
- Added new setting to manage timezones
- Applied new setting to omnichannel dashboards (realtime, analytics) [NOTE: Other dashboards aren't using this setting actually)
- Change getAnalyticsBetweenDate query to filter out system messages instead of substracting them
- Tab margin style ([#22851](https://github.com/RocketChat/Rocket.Chat/pull/22851))
### before
![image](https://user-images.githubusercontent.com/27704687/128103848-2a25ba7e-0e59-4502-9bcd-2569cad9379a.png)
### after
![image](https://user-images.githubusercontent.com/27704687/128103633-ec7b93fc-4667-4dc9-bad3-bfffaff3974e.png)
- Threads and discussions searches don't display proper results ([#22914](https://github.com/RocketChat/Rocket.Chat/pull/22914))
- _Fix_ issue in discussions search (which wasn't working after a search with no results was made);
- _Improve_ discussions and threads searches: both searches (`chat.getDiscussions` and `chat.getThreadsList`) are now case insensitive (do NOT differ capital from lower letters) and match incomplete words or terms.
- Threads List being requested more than expected ([#22879](https://github.com/RocketChat/Rocket.Chat/pull/22879))
- TypeError on Callout type prop ([#22790](https://github.com/RocketChat/Rocket.Chat/pull/22790) by [@hrahul2605](https://github.com/hrahul2605))
- Use correct param on saveBusinessHour method ([#22835](https://github.com/RocketChat/Rocket.Chat/pull/22835))
- User is still asked for 2FA confirmation even if it is deactivated ([#22801](https://github.com/RocketChat/Rocket.Chat/pull/22801))
- User presence being processes even if presence monitor was disabled ([#22927](https://github.com/RocketChat/Rocket.Chat/pull/22927))
- users registered via third party apps bypass custom required fields ([#22396](https://github.com/RocketChat/Rocket.Chat/pull/22396))
moves the custom fields from the initial registration form to the "pick a username" screen so that everyone is forced to fill the custom required fields
<details>
<summary>🔍 Minor changes</summary>
- Chore: Enable husky pre-push hook (back again) ([#22994](https://github.com/RocketChat/Rocket.Chat/pull/22994))
- Chore: Fix RHEL container build issue due to gpg keyserver deprecation ([#22672](https://github.com/RocketChat/Rocket.Chat/pull/22672) by [@jsm84](https://github.com/jsm84))
Changed gpg keyserver in RHEL Dockerfile to openpgp.org due to deprecation of the SKS keyserver network.
- Chore: Fix typo in rtl.css ([#22431](https://github.com/RocketChat/Rocket.Chat/pull/22431) by [@eltociear](https://github.com/eltociear))
- Chore: Prevent new JS files being added ([#22972](https://github.com/RocketChat/Rocket.Chat/pull/22972))
We are moving our code base to TS, one way to help developers remember this is create a task that will notify you every time a new file is created.
- Chore: Script to start Rocket.Chat in HA mode during development ([#22398](https://github.com/RocketChat/Rocket.Chat/pull/22398))
Sometimes we need to start Rocket.Chat in High-Availability mode (cluster) during development to test how a feature behaves or hunt down a bug. Currently, this involves a lot of commands with details that might be lost if you haven't done it in a while.
This PR intends to provide a really simple way for us to start many instances of Rocket.Chat connected in a cluster.
- Chore: Update Livechat widget to 1.9.4 ([#22990](https://github.com/RocketChat/Rocket.Chat/pull/22990))
- i18n: Language update from LingoHub 🤖 on 2021-08-09Z ([#22888](https://github.com/RocketChat/Rocket.Chat/pull/22888))
- i18n: Language update from LingoHub 🤖 on 2021-08-16Z ([#22937](https://github.com/RocketChat/Rocket.Chat/pull/22937))
- i18n: Language update from LingoHub 🤖 on 2021-08-23Z ([#23007](https://github.com/RocketChat/Rocket.Chat/pull/23007))
- Merge master into develop & Set version to 3.18.0-develop ([#22834](https://github.com/RocketChat/Rocket.Chat/pull/22834))
- Regression: File upload name suggestion ([#22953](https://github.com/RocketChat/Rocket.Chat/pull/22953))
Before:
![image](https://user-images.githubusercontent.com/40830821/129774936-ecdbe9a1-5e3f-4a0a-ad1e-6f13eb15c60b.png)
![image](https://user-images.githubusercontent.com/40830821/129775011-fb0df01d-74e4-41ae-bb47-dcf4cc17735e.png)
After:
![image](https://user-images.githubusercontent.com/40830821/129774877-928a8aa0-c003-4e57-8b33-ea6accc32774.png)
![image](https://user-images.githubusercontent.com/40830821/129774972-d67debaf-0ce9-44fb-93cb-d7612dd18edf.png)
- Regression: Fix creation of self-DMs ([#23015](https://github.com/RocketChat/Rocket.Chat/pull/23015))
- Regression: no-js-action bump version ([#22997](https://github.com/RocketChat/Rocket.Chat/pull/22997))
- Regression: readNow blocked by a invalid condition ([#22952](https://github.com/RocketChat/Rocket.Chat/pull/22952))
</details>
### 👩💻👨💻 Contributors 😍
- [@Shailesh351](https://github.com/Shailesh351)
- [@abrom](https://github.com/abrom)
- [@aditya-mitra](https://github.com/aditya-mitra)
- [@eltociear](https://github.com/eltociear)
- [@epif4nio](https://github.com/epif4nio)
- [@hrahul2605](https://github.com/hrahul2605)
- [@jsm84](https://github.com/jsm84)
- [@nmagedman](https://github.com/nmagedman)
- [@piotrkochan](https://github.com/piotrkochan)
### 👩💻👨💻 Core Team 🤓
- [@KevLehman](https://github.com/KevLehman)
- [@MartinSchoeler](https://github.com/MartinSchoeler)
- [@d-gubert](https://github.com/d-gubert)
- [@dougfabris](https://github.com/dougfabris)
- [@g-thome](https://github.com/g-thome)
- [@gabriellsh](https://github.com/gabriellsh)
- [@ggazzo](https://github.com/ggazzo)
- [@marceloschmidt](https://github.com/marceloschmidt)
- [@matheusbsilva137](https://github.com/matheusbsilva137)
- [@murtaza98](https://github.com/murtaza98)
- [@ostjen](https://github.com/ostjen)
- [@pierre-lehnen-rc](https://github.com/pierre-lehnen-rc)
- [@renatobecker](https://github.com/renatobecker)
- [@sampaiodiego](https://github.com/sampaiodiego)
- [@tassoevan](https://github.com/tassoevan)
- [@thassiov](https://github.com/thassiov)
- [@tiagoevanp](https://github.com/tiagoevanp)
# 3.17.0
`2021-07-30 · 7 🎉 · 19 🚀 · 39 🐛 · 56 🔍 · 28 👩💻👨💻`
@ -5051,7 +5277,7 @@
- [@sampaiodiego](https://github.com/sampaiodiego)
# 3.8.0
`2020-11-13 · 14 🎉 · 4 🚀 · 40 🐛 · 54 🔍 · 30 👩💻👨💻`
`2020-11-14 · 14 🎉 · 4 🚀 · 40 🐛 · 54 🔍 · 30 👩💻👨💻`
### Engine versions
- Node: `12.18.4`

@ -1,3 +1,3 @@
{
"version": "3.18.0-develop"
"version": "3.18.0-rc.0"
}

2
package-lock.json generated

@ -1,6 +1,6 @@
{
"name": "Rocket.Chat",
"version": "3.18.0-develop",
"version": "3.18.0-rc.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

@ -1,7 +1,7 @@
{
"name": "Rocket.Chat",
"description": "The Ultimate Open Source WebChat Platform",
"version": "3.18.0-develop",
"version": "3.18.0-rc.0",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"

Loading…
Cancel
Save