Commit 84485de 1 parent cb33da1 commit 84485de Copy full SHA for 84485de
File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
+ ## 1.4.1
4
+
5
+ This patch release fix some issues encountered while running the 1.4.0 in a production setup.
6
+
7
+ Defaults for the Ehcache have been vastly improved, allowing more users and genes to be cached.
8
+
9
+ Fix URLs encoding which posed an issue since random token can contain '+' signs.
10
+
11
+ Fix regression when parsing TierType values. The 'ANY' has been inadvertently changed to 'TIER_ANY', and 'TIERS1_2' to
12
+ 'TIER1_2'.
13
+
14
+ Validate the database schema on startup. If you are getting error from Hibernate validation with this release, please
15
+ get in touch with our dev team to adjust your database.
16
+
17
+ Hide the FAQ menu option if ` rdp.settings.faq-file ` is undefined.
18
+
19
+ If you are still running RDP from the 1.3 series, you must update to 1.3.4 to operate with a 1.4 registry. This is due
20
+ to the unfortunate default behaviour of Jackson to choke on unknown properties when deserializing JSON.
21
+
3
22
## 1.4.0
4
23
5
24
### Service accounts
You can’t perform that action at this time.
0 commit comments