diff --git a/.reuse/dep5 b/.reuse/dep5 index 3b4c2e23..475a7469 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -1,7 +1,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: cds-adapter-graphql +Upstream-Name: graphql Upstream-Contact: The cap team -Source: https://github.com/cap-js/cds-adapter-graphql +Source: https://github.com/cap-js/graphql Disclaimer: The code in this project may include calls to APIs ("API Calls") of SAP or third-party products or services developed outside of this project ("External Products"). @@ -25,6 +25,6 @@ Disclaimer: The code in this project may include calls to APIs ("API Calls") of parties the right to use of access any SAP External Product, through API Calls. Files: * -Copyright: 2022 SAP SE or an SAP affiliate company and cds-adapter-graphql contributors +Copyright: 2022 SAP SE or an SAP affiliate company and cap-js/graphql contributors License: Apache-2.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 48769f33..fecac828 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Version 0.6.1 - 2023-07-05 + +### Changed + +- Improved query logging: + + Don't log queries that are `undefined` + + Log `operationName` + + Log `variables` when not in production + + Sanitize arguments and their values in queries when in production + +### Fixed + +- Changed GraphiQL Explorer Plugin CDN URL due to upstream renaming + ## Version 0.6.0 - 2023-06-23 ### Added diff --git a/README.md b/README.md index 879a78f8..371c4a6b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![REUSE status](https://api.reuse.software/badge/github.com/cap-js/cds-adapter-graphql)](https://api.reuse.software/info/github.com/cap-js/cds-adapter-graphql) +[![REUSE status](https://api.reuse.software/badge/github.com/cap-js/graphql)](https://api.reuse.software/info/github.com/cap-js/graphql) # CDS protocol adapter for GraphQL @@ -32,7 +32,7 @@ _**WARNING:** This package is in an early general availability state. This means ## Support, Feedback, Contributing -This project is open to feature requests/suggestions, bug reports etc. via [GitHub issues](https://github.com/cap-js/cds-adapter-graphql/issues). Contribution and feedback are encouraged and always welcome. For more information about how to contribute, the project structure, as well as additional contribution information, see our [Contribution Guidelines](CONTRIBUTING.md). +This project is open to feature requests/suggestions, bug reports etc. via [GitHub issues](https://github.com/cap-js/graphql/issues). Contribution and feedback are encouraged and always welcome. For more information about how to contribute, the project structure, as well as additional contribution information, see our [Contribution Guidelines](CONTRIBUTING.md). ## Code of Conduct @@ -40,4 +40,4 @@ We as members, contributors, and leaders pledge to make participation in our com ## Licensing -Copyright 2022 SAP SE or an SAP affiliate company and cds-adapter-graphql contributors. Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/cap-js/cds-adapter-graphql). +Copyright 2022 SAP SE or an SAP affiliate company and cap-js/graphql contributors. Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/cap-js/graphql). diff --git a/app/graphiql.html b/app/graphiql.html index c862ce56..60c55124 100644 --- a/app/graphiql.html +++ b/app/graphiql.html @@ -25,7 +25,7 @@ - +