Skip to content

Commit 744d3fa

Browse files
committed
Update CHANGELOG.md
1 parent b808c9a commit 744d3fa

File tree

1 file changed

+28
-10
lines changed

1 file changed

+28
-10
lines changed

CHANGELOG.md

Lines changed: 28 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,27 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased - 1.1.0+snapshot]
8+
## [Unreleased - 1.2.0+snapshot]
9+
10+
### Added
11+
-
12+
13+
### Changed
14+
-
15+
16+
### Fixed
17+
-
18+
19+
### Security
20+
-
21+
22+
### Removed
23+
-
24+
25+
### Deprecated
26+
-
27+
28+
## [1.1.0] - 2022-08-08
929

1030
### Added
1131
- APPS-12985: Support removal of certain endpoints at the dispatch class and resource level
@@ -15,22 +35,20 @@ via new `Supports()` method that can be overridden at REST handler and resource
1535
appropriate class members are overridden in subclasses.
1636
- APPS-12782: Support for fallback/default mimetype/representation of a resource when a
1737
regular expression of either `*/*` or `application/*` is used in an Accept header.
38+
- APPS-13359: Add appropriate error handling for unsupported return data types for custom actions.
39+
- APPS-13361: Add support for return type of literals i.e. datatype classes for actions.
40+
- APPS-13650: Add support for %CSP.Stream for return type of actions.
1841

1942
### Changed
2043
- APPS-13152: Locked down methods as final in classes part of public API.
44+
- APPS-13361: Remove constraint of JSON for action return types in handlers (keep it for content for now).
2145

2246
### Fixed
2347
- APPS-13327: Fix a small issue in `$$$OperationAction` macro where lack of
2448
parentheses could cause invalid equality checks against an action name.
25-
26-
### Security
27-
-
28-
29-
### Removed
30-
-
31-
32-
### Deprecated
33-
-
49+
- APPS-13388: Swap `write` for `do` when using `%ToJSON()` to write to the current
50+
device to avoid `<MAXLEN>` errors.
51+
- APPS-13698: Prevent spurious compilation errors validating default representations
3452

3553
## [1.0.1] - 2022-05-25
3654
- Last released version before CHANGELOG existed.

0 commit comments

Comments
 (0)