|
| 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