Skip to content

Commit 2b042c7

Browse files
committed
Bump to 4.38.0
1 parent a11e1fd commit 2b042c7

File tree

1 file changed

+48
-39
lines changed

1 file changed

+48
-39
lines changed

NEWS.md

Lines changed: 48 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -5,47 +5,56 @@ Development
55
- None yet
66

77
### Features
8-
- GCP Firewall managemente for DB Direct IPs ([#15610](https://github.com/CartoDB/cartodb/pull/15610))
9-
- Rake tasks to list DB Direct certificates ([#15625](https://github.com/CartoDB/cartodb/pull/15625))
10-
- PKCS#8 keys support for DB-Direct certificates ([#15622](https://github.com/CartoDB/cartodb/pull/15622))
11-
- UI for managing IPs and Certificates for DB Direct connections ([#15589](https://github.com/CartoDB/cartodb/pull/15589))
12-
- Add support for Node.js 12
13-
- Add user mover support for PG12 (first step, only enabled in Central staging) ([#15686](https://github.com/CartoDB/cartodb/pull/15686))
14-
- Increase limit of certificates for SQL direct from 3 to 5 ([#2536](https://github.com/CartoDB/support/issues/2536))
8+
- None yet
9+
10+
### Bug fixes / enhancements
11+
- None yet
12+
13+
4.38.0 (2020-06-05)
14+
-------------------
15+
16+
### Features
17+
* GCP Firewall managemente for DB Direct IPs ([#15610](https://github.com/CartoDB/cartodb/pull/15610))
18+
* Rake tasks to list DB Direct certificates ([#15625](https://github.com/CartoDB/cartodb/pull/15625))
19+
* PKCS#8 keys support for DB-Direct certificates ([#15622](https://github.com/CartoDB/cartodb/pull/15622))
20+
* UI for managing IPs and Certificates for DB Direct connections ([#15589](https://github.com/CartoDB/cartodb/pull/15589))
21+
* Add support for Node.js 12
22+
* Add user mover support for PG12 (first step, only enabled in Central staging) ([#15686](https://github.com/CartoDB/cartodb/pull/15686))
23+
* Increase limit of certificates for SQL direct from 3 to 5 ([#2536](https://github.com/CartoDB/support/issues/2536))
1524

1625
### Bug fixes / enhancements
17-
- Fix missing connector metadata error information ([#15690](https://github.com/CartoDB/cartodb/pull/15690))
18-
- Add maxRetries for aws s3 operation to improve reliability ([#15679](https://github.com/CartoDB/cartodb/pull/15679))
19-
- Add metrics for connectors actions ([#155564](https://github.com/CartoDB/cartodb/pull/15564))
20-
- Make DB Direct server_ca configurable ([#15650](https://github.com/CartoDB/cartodb/pull/15650))
21-
- More clear DB Direct Firewall error messages ([#15652](https://github.com/CartoDB/cartodb/pull/15652))
22-
- Normalize IP ranges applied to Firewall rules ([#15649](https://github.com/CartoDB/cartodb/pull/15649))
23-
- Fix DB Direct instructions in certificate README ([#15647]https://github.com/CartoDB/cartodb/pull/15647)
24-
- Fix Db Direct IPs Firewall management problem ([#15641](https://github.com/CartoDB/cartodb/pull/15641))
25-
- Fix Db Direct Firewall management credentials problem ([#15640](https://github.com/CartoDB/cartodb/pull/15640))
26-
- DO user settings are now stored under `do_settings:{@username}` ([#15630](https://github.com/CartoDB/cartodb/pull/15630))
27-
- Improve performance of dataset view with many maps ([#15627](https://github.com/CartoDB/cartodb/pull/15627))
28-
- Clarify message at Organization's Auth settings
29-
- Improve performance of dependent visualizations ([#15632](https://github.com/CartoDB/cartodb/pull/15632))
30-
- Do not send DO subscription request mails when requested by team organization user (`ch70618`)
31-
- Fix kepler.gl link in Maps section ([#15644](https://github.com/CartoDB/cartodb/issues/15644))
32-
- /api/v3/me endpoint returns less public data ([#5627](https://github.com/CartoDB/cartodb-platform/issues/5627))
33-
- Retrieve IPs before adding or removing to avoid inconsistencies ([#15643](https://github.com/CartoDB/cartodb/pull/15643))
34-
- Faster geometry types calculation for big datasets ([#15654](https://github.com/CartoDB/cartodb/pull/15654))
35-
- Return error for requests whose authentication was succeeding with an expired session ([#15637](https://github.com/CartoDB/cartodb/pull/15637))
36-
- Fix signup with multiple active invitations ([#15629](https://github.com/CartoDB/cartodb/pull/15629))
37-
- Restore twitter connector for those having their own credentials ([#15656](https://github.com/CartoDB/cartodb/pull/15656))
38-
- Scrub Rollbar data ([#2244](https://github.com/CartoDB/cartodb-central/issues/2244))
39-
- Avoid order by favorited if no user privided ([#15666](https://github.com/CartoDB/cartodb/issues/15666))
40-
- Sync last login date ([#2788](https://github.com/CartoDB/cartodb-central/issues/2788))
41-
- Make user mover fail when custom plpython functions exist ([#15677](https://github.com/CartoDB/cartodb/pull/15677))
42-
- Use pg_restore version matching target DB server ([#15676](https://github.com/CartoDB/cartodb/pull/15676))
43-
- Speed up Ghost Tables Manager checks ([#15674](https://github.com/CartoDB/cartodb/pull/15674))
44-
- v1/viz: Stop returning the db_size_in_bytes value ([#15678](https://github.com/CartoDB/cartodb/pull/15678))
45-
- Ghost Tables Manager: Unify all table checks into a single query ([#15678](https://github.com/CartoDB/cartodb/pull/15678))
46-
- Ghost Tables Manager: Don't do any synchronous check if the user has more than MAX_USERTABLES_FOR_SYNC_CHECK tables. ([#15678](https://github.com/CartoDB/cartodb/pull/15678))
47-
- Modernize profiler code a little ([#15691](https://github.com/CartoDB/cartodb/pull/15691))
48-
- OAuth: Keep state on errors ([#15684](https://github.com/CartoDB/cartodb/pull/15684))
26+
* Fix missing connector metadata error information ([#15690](https://github.com/CartoDB/cartodb/pull/15690))
27+
* Add maxRetries for aws s3 operation to improve reliability ([#15679](https://github.com/CartoDB/cartodb/pull/15679))
28+
* Add metrics for connectors actions ([#155564](https://github.com/CartoDB/cartodb/pull/15564))
29+
* Make DB Direct server_ca configurable ([#15650](https://github.com/CartoDB/cartodb/pull/15650))
30+
* More clear DB Direct Firewall error messages ([#15652](https://github.com/CartoDB/cartodb/pull/15652))
31+
* Normalize IP ranges applied to Firewall rules ([#15649](https://github.com/CartoDB/cartodb/pull/15649))
32+
* Fix DB Direct instructions in certificate README ([#15647]https://github.com/CartoDB/cartodb/pull/15647)
33+
* Fix Db Direct IPs Firewall management problem ([#15641](https://github.com/CartoDB/cartodb/pull/15641))
34+
* Fix Db Direct Firewall management credentials problem ([#15640](https://github.com/CartoDB/cartodb/pull/15640))
35+
* DO user settings are now stored under `do_settings:{@username}` ([#15630](https://github.com/CartoDB/cartodb/pull/15630))
36+
* Improve performance of dataset view with many maps ([#15627](https://github.com/CartoDB/cartodb/pull/15627))
37+
* Clarify message at Organization's Auth settings
38+
* Improve performance of dependent visualizations ([#15632](https://github.com/CartoDB/cartodb/pull/15632))
39+
* Do not send DO subscription request mails when requested by team organization user (`ch70618`)
40+
* Fix kepler.gl link in Maps section ([#15644](https://github.com/CartoDB/cartodb/issues/15644))
41+
* /api/v3/me endpoint returns less public data ([#5627](https://github.com/CartoDB/cartodb-platform/issues/5627))
42+
* Retrieve IPs before adding or removing to avoid inconsistencies ([#15643](https://github.com/CartoDB/cartodb/pull/15643))
43+
* Faster geometry types calculation for big datasets ([#15654](https://github.com/CartoDB/cartodb/pull/15654))
44+
* Return error for requests whose authentication was succeeding with an expired session ([#15637](https://github.com/CartoDB/cartodb/pull/15637))
45+
* Fix signup with multiple active invitations ([#15629](https://github.com/CartoDB/cartodb/pull/15629))
46+
* Restore twitter connector for those having their own credentials ([#15656](https://github.com/CartoDB/cartodb/pull/15656))
47+
* Scrub Rollbar data ([#2244](https://github.com/CartoDB/cartodb-central/issues/2244))
48+
* Avoid order by favorited if no user privided ([#15666](https://github.com/CartoDB/cartodb/issues/15666))
49+
* Sync last login date ([#2788](https://github.com/CartoDB/cartodb-central/issues/2788))
50+
* Make user mover fail when custom plpython functions exist ([#15677](https://github.com/CartoDB/cartodb/pull/15677))
51+
* Use pg_restore version matching target DB server ([#15676](https://github.com/CartoDB/cartodb/pull/15676))
52+
* Speed up Ghost Tables Manager checks ([#15674](https://github.com/CartoDB/cartodb/pull/15674))
53+
* v1/viz: Stop returning the db_size_in_bytes value ([#15678](https://github.com/CartoDB/cartodb/pull/15678))
54+
* Ghost Tables Manager: Unify all table checks into a single query ([#15678](https://github.com/CartoDB/cartodb/pull/15678))
55+
* Ghost Tables Manager: Don't do any synchronous check if the user has more than MAX_USERTABLES_FOR_SYNC_CHECK tables. ([#15678](https://github.com/CartoDB/cartodb/pull/15678))
56+
* Modernize profiler code a little ([#15691](https://github.com/CartoDB/cartodb/pull/15691))
57+
* OAuth: Keep state on errors ([#15684](https://github.com/CartoDB/cartodb/pull/15684))
4958

5059
4.37.0 (2020-04-24)
5160
-------------------

0 commit comments

Comments
 (0)