Releases: factset/stachschema
Releases · factset/stachschema
stach.20201026
Changes
- Fixed Javascript package support for google well known types (google.protobuf.Struct, google.protobuf.ListValue, google.protobuf.Value)
SDK
- JavaScript v2.1.0
stach.20200810
Protobuf v2.0
Overview
The changes in this release are a result of the following goals:
- Conform to FactSet API Standard
- Native
nullvalues instead of specialized values to work around the protobuf repeated limitation - Depend on primitive data types via RFC7159 and accomodate domain specific meaningful data types (e.g. id32, date, uuid, etc)
- Native
- Simplify metadata
- Satisfy a need for a simple to consume tabular format that is row organized
- Remove any business logic from serialization SDKs
Changes
SeriesData- Renamed to
ColumnData - Replaced the
*_arrayproperties with thevaluesproperty of typegoogle.protobuf.ListValue - Added the
definitionsproperty
- Renamed to
SeriesDefinition- Renamed to
ColumnDefinition - Changed the
typeproperty to astring - Changed the
formatproperty to use the number 10
- Renamed to
SeriesFormat- Renamed to
DataFormat
- Renamed to
MetadataLocations- Added the
cellsproperty
- Added the
MetadataItem- Moved to the
factset.protobuf.stach.tablenamespace - Replaced the
*_valueand*_arrayproperties with thevalueproperty of typegoogle.protobuf.Value - Renamed the
ref_valueproperty toreference
- Moved to the
DataTypewas removedRowOrganizedPackagewas added- Removed all business logic from the Dotnet SDK
Documentation
- Integrated docsify
SDK
- Dotnet v2.0.0
- Go v2.0.0
- Java v2.0.0
- JavaScript v2.0.0
- Python v2.0.0
- R v2.0.0
stach.20200212
Protobuf v1.1
Changes
- Added
*_arrayproperties toMetadataItem
SDK
- Dotnet v1.1.0
- Java v1.1.0
- Python v1.1.0
- R v1.1.0
stach.20200110
Chore
- Fixed R CRAN warnings and comments
SDK
- R v1.0.2
stach.20191029
Protobuf v1.0
- First release
SDK
- Dotnet v1.0.0
- Java v1.0.0
- Python v1.0.0
- R v1.0.0