generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 107
add 2.5.0 and 3.4.0 to changelog #1195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
cce964d
add 2.5.0 and 3.4.0 to changelog
khieta 689d361
updates
khieta 589a12d
updates
khieta 53645a1
updatest
khieta bd274e3
whitespace
khieta 37788c7
Update cedar-policy-cli/CHANGELOG.md
khieta 6dbff08
Merge branch 'khieta/changelog' of https://github.com/cedar-policy/ce…
khieta c42805c
updates
khieta File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,13 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
## Unreleased | ||
|
||
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). | ||
|
||
## [Unreleased] | ||
## 4.0.0 | ||
|
||
### Added | ||
|
||
- Exposed cedar-wasm functionality for policies and templates: `check_parse_policy_set`, | ||
`policy_text_to_json`, and `policy_text_from_json`. (#616) | ||
- Exposed cedar-wasm functionality for authorization and validation: `wasm_is_authorized` | ||
and `wasm_validate`. (#657) | ||
- Exposed types through `tsify` for `ValidateCall` and the schema. (#692) | ||
- Exposed cedar-wasm functionality for formatter and schema, context, and entity parsing: `wasm_format_policies`, `check_parse_schema`, `check_parse_context`, `check_parse_entities`. (#718) | ||
- Exposed cedar-wasm functionality for template parsing: `check_parse_template`. | ||
Comment on lines
-12
to
-18
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Deleting these comments because I'm not sure whether they were released in some 3.x or 4.0. We should start tracking changes better going forward though. |
||
Initial release of the Wasm bindings | ||
|
||
### Changed | ||
## 3.2.x | ||
|
||
- Update `policyTextToJson` so that it reliably errors for all policies that | ||
error for `checkParseTemplate`. (#952) | ||
Initial pre-release of the Wasm bindings |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.