-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding new variable length field in a repeating group #26
- Loading branch information
1 parent
f179283
commit 5e033c0
Showing
6 changed files
with
63 additions
and
95 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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,72 +1,16 @@ | ||
Release Notes | ||
============= | ||
Release Candidate 4 | ||
------------------- | ||
|
||
These issues were resolved and accepted for Release Candidate 4. See issues and pull requests | ||
in GitHub for details and changes. | ||
|
||
| Issue | Description | Section | | ||
|------:|----------------------------------------------------------------|---------| | ||
| 2 | Schema extension is vague in terms of what compatibility means | 5 | ||
| 3 | Extensibility of the Template ID | 5 | ||
| 6 | Limiting maximum occurences of repeating group | 3 | ||
| 8 | blockLength for repeating groups of variable length | 3 | ||
| 11 | Offsets within composite types | 4 | ||
| 12 | Composites reusing other types | 4 | ||
These are the changes made since SBE version 1.0. | ||
|
||
Release Candidate 3 | ||
SBE version 2.0 Release Candidate 1 | ||
------------------- | ||
These issues were resolved and accepted for version 2.0 Release Candidate 1. See [issues](https://github.com/FIXTradingCommunity/fix-simple-binary-encoding/issues) and [pull requests](https://github.com/FIXTradingCommunity/fix-simple-binary-encoding/pulls) in GitHub for details and changes. | ||
|
||
This is a summary of document changes to Release Candidate 3 from RC2. | ||
Changes in this release were intended only as clarifications or to add | ||
capabilities. Message schemas that conformed to the RC2 specification | ||
should still conform to the RC3 wire format. | ||
|
||
**Section 1** | ||
|
||
References section expanded. | ||
|
||
**Section 2** | ||
|
||
- Statement added that non-FIX data types should not carry a | ||
semanticType attribute in a message schema. | ||
|
||
- String encoding section split into two sections for strings (text | ||
fields) and data (non-character data) to clarify the distinction. | ||
Both text and non-text can be either fixed-length `<field>` or | ||
variable-length `<data>`. | ||
|
||
- Timestamp encoding enhanced to allow time unit to either be | ||
specified as a constant in a message schema or to be serialized on | ||
the wire. | ||
|
||
**Section 3** | ||
|
||
Message structure is enhanced to allow variable-length `<data>` elements | ||
within a repeating group entry. | ||
|
||
**Section 4** | ||
|
||
Message schema XSD updated to support `<data>` in repeating groups and | ||
for various other refinements | ||
|
||
**Section 5** | ||
|
||
- Statements added to say whole repeating groups or variable data may | ||
be added to a message without breaking compatibility so long as the | ||
added elements are at the end of a message. | ||
|
||
- Added deprecated schema attribute to mark obsolete elements. | ||
|
||
**Section 6** | ||
|
||
No change | ||
|
||
**Section 7** | ||
|
||
Examples updated to use Simple Open Framing Header. | ||
| Issue | Description | | ||
|------:|----------------------------------------------------------------| | ||
| 26 | Adding new variable length field in a repeating group | | ||
|
||
**Section 8** | ||
### Compatibility | ||
|
||
Release notes added. | ||
Version 2.0 is not back-compatible SBE version 1.0, either in wire format or XML schema. |
This file contains 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