Skip to content

Commit cc5739d

Browse files
authored
Merge pull request aws#82 from flora-jin/changeLog
Add changeLog for GraphQL
2 parents 67f07cf + caa8a36 commit cc5739d

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Issue #, if available:
2+
3+
Description of changes:
4+
5+
_Reminder: Add relevant entry to CHANGELOG.md_
6+
7+
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<!--
2+
Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
Licensed under the Apache License, Version 2.0 (the "License").
4+
You may not use this file except in compliance with the License.
5+
A copy of the License is located at
6+
7+
http://www.apache.org/licenses/LICENSE-2.0
8+
9+
or in the "license" file accompanying this file. This file is distributed
10+
on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
11+
express or implied. See the License for the specific language governing
12+
permissions and limitations under the License.
13+
-->
14+
15+
# amazon-neptune-for-graphql CHANGELOG
16+
17+
## Release v1.2.0 (Release Date: TBD)
18+
19+
This release contains new support for Apollo Server integration.
20+
21+
### Bug Fixes
22+
23+
* Don't cast integers to floats in Neptune schema (#62)
24+
* Fix query from AppSync with an empty filter object (#61)
25+
* Retain numeric parameter value type when creating open cypher query (#63)
26+
* Fixed bug with ID argument type conversion and added Apollo arguments to help menu (#74)
27+
28+
### Features
29+
30+
* Support output of zip package of Apollo Server artifacts (#70, #72, #73, #75, #76)
31+
32+
### Improvements
33+
34+
* Increased graphdb.js test coverage using sample data (#53)
35+
* Saved the neptune schema to file early so that it can be used for troubleshooting (#56)
36+
* Alias edges with same label as a node (#57)
37+
* Cap concurrent requests to get Neptune schema (#58)
38+
* Honour @id directive on type fields (#60)
39+
* Changed lambda template to use ECMAScripts modules (#68)
40+
* Add template file missing from packaging (#71)
41+
* Separated graphQL schema from resolver template (#79)

0 commit comments

Comments
 (0)