Skip to content

Commit 9148a9f

Browse files
author
Chris Wiechmann
committed
Now using pg library 8.7.1 to be compatible with NodeJS 14
#71
1 parent 89bfd48 commit 9148a9f

File tree

4 files changed

+6588
-90
lines changed

4 files changed

+6588
-90
lines changed

api-builder-plugin-dc-postgres/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1-
# Elasticsearch Connector Change Log
1+
# Postgres Connector Change Log
22
All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [2.0.0] 2021-10-07
8+
### Fixed
9+
- API-Builder crashes when using Postgres connector with Node.js 14 (See issue [#71](https://github.com/Axway-API-Management-Plus/apim-cli/issues/71))
10+
11+
### Changed
12+
- Updated underlying PG-Library from version 7.18.2 to 8.7.1 (See issue [#71](https://github.com/Axway-API-Management-Plus/apim-cli/issues/71))
13+
714
## [1.0.3] 2021-09-10
815
### Fixed
916
- Error loading connector/postgres@1.0.2. pg is not defined when not using connection pooling (See issue [#69](https://github.com/Axway-API-Management-Plus/apim-cli/issues/69))

api-builder-plugin-dc-postgres/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,6 @@ const Account = APIBuilder.Model.extend('account', {
8585
1. Does not support views.
8686
1. Does not support stored procedures.
8787

88-
## Changes
89-
90-
#### 1.0.1
91-
- Initial version of the connector
92-
9388
## Contributing
9489

9590
Please read [Contributing.md](https://github.com/Axway-API-Management-Plus/Common/blob/master/Contributing.md) for details on our code of conduct, and the process for submitting pull requests to us.

0 commit comments

Comments
 (0)