You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-15Lines changed: 23 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,27 @@ SBE is part of a family of protocols created by the High Performance Working Gro
13
13
14
14
The planned lifecycle of this project is to roll out new features in a series of release candidates. After each release candidate is approved, it will be exposed to public review. Issues may be entered here in GitHub or in a discussion forum on the FIX Trading Community site. When a version is considered complete, the last release candidate will be promoted to Draft Standard. Following further public review, a Draft Standard may be promoted to the final specification for that version. Only minor errata are permitted. To reach the final stage, the Draft Standard must be reviewed for no less than 6 months, and at least two interoperable implementations must be certified. That version is henceforth immutable.
15
15
16
-
### Current version: 1.0 Technical Specification
16
+
SBE version 1.0 has reached the final technical specification stage while release candidates have been developed for proposed version 2.0.
17
+
18
+
### Version 2.0 Release Candidate 2
19
+
20
+
Version 2.0 RC2 was approved by the Global Technical Committee on August 15, 2019 for 90 day public review.
21
+
22
+
Themes of this release:
23
+
24
+
* Clarification about single-byte character sets
25
+
* Improvement of the XML schema, including support for XIinclude
26
+
27
+
### Version 2.0 Release Candidate 1
28
+
29
+
Version 2.0 RC1 was approved by the Global Technical Committee on August 16, 2018 for 90 day public review. Features were added due to popular demand. Because it is not interoperable with version 1.0 due to minor wire format changes, it was designated as a major version.
30
+
31
+
Themes of this release:
32
+
33
+
* Further enhancements to the schema extension mechanism
34
+
* Improvement of the XML schema
35
+
36
+
### Version: 1.0 Technical Specification
17
37
Version 1.0 Draft Standard was promoted to SBE version 1.0 Technical Specification by the Global Technical Committee on Feb. 9, 2016. This is the final specification of version 1.0.
18
38
19
39
The standard met these criteria for promotion:
@@ -23,20 +43,11 @@ The standard met these criteria for promotion:
23
43
24
44
SBE standards are available here in GitHub and on the [FIX Trading Community](http://www.fixtradingcommunity.org/pg/structure/tech-specs/simple-binary-encoding) site.
25
45
26
-
*New:*SBE version 1.0 specification with errata was posted July 27, 2018.
46
+
SBE version 1.0 specification with errata was posted July 27, 2018.
27
47
28
48
#### XML namespace
29
49
The XML namespace for SBE version 1.0 message schemas is [http://fixprotocol.io/2016/sbe](http://fixprotocol.io/2016/sbe).
30
50
31
-
### Working version: 2.0 Release Candidate 1
32
-
33
-
Version 2.0 RC1 was approved by the Global Technical Committee on August 16, 2018 for 90 day public review. Features were added due to popular demand. Because it is not interoperable with version 1.0 due to minor wire format changes, it was designgted as a major version.
34
-
35
-
Themes of this release:
36
-
37
-
* Further enhancements to the schema extension mechanism
38
-
* Improvement of the XML schema
39
-
40
51
### Participation
41
52
All users are encouraged to contribute, especially by reviewing proposed changes in the form of pull requests. Your feedback counts.
42
53
@@ -46,13 +57,10 @@ Interested parties who wish to participate in the FIX High Performance Working G
46
57
The [SBE Conformance project](https://github.com/FIXTradingCommunity/fix-sbe-conformance) provides a conformance test suite to verify interoperability of SBE implementations. All implementors are invited to demonstrate their conformance to the standard.
<arel="license"href="http://creativecommons.org/licenses/by-nd/4.0/"><imgalt="Creative Commons License"style="border-width:0"src="https://i.creativecommons.org/l/by-nd/4.0/88x31.png" /></a><br /><spanxmlns:dct="http://purl.org/dc/terms/"href="http://purl.org/dc/dcmitype/Text"property="dct:title"rel="dct:type">FIX Simple Binary Encoding</span> by <axmlns:cc="http://creativecommons.org/ns#"href="http://www.fixtradingcommunity.org/"property="cc:attributionName"rel="cc:attributionURL">FIX Protocol Ltd.</a> is licensed under a <arel="license"href="http://creativecommons.org/licenses/by-nd/4.0/">Creative Commons Attribution-NoDerivatives 4.0 International License</a>.<br />Based on a work at <axmlns:dct="http://purl.org/dc/terms/"href="https://github.com/FIXTradingCommunity/fix-simple-binary-encoding"rel="dct:source">https://github.com/FIXTradingCommunity/fix-simple-binary-encoding</a>
52
63
53
-
## Implementations
54
-
We will post links to open source implementations of SBE. Implementors, contact one
0 commit comments