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
null
values 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
*_array
properties with thevalues
property of typegoogle.protobuf.ListValue
- Added the
definitions
property
- Renamed to
SeriesDefinition
- Renamed to
ColumnDefinition
- Changed the
type
property to astring
- Changed the
format
property to use the number 10
- Renamed to
SeriesFormat
- Renamed to
DataFormat
- Renamed to
MetadataLocations
- Added the
cells
property
- Added the
MetadataItem
- Moved to the
factset.protobuf.stach.table
namespace - Replaced the
*_value
and*_array
properties with thevalue
property of typegoogle.protobuf.Value
- Renamed the
ref_value
property toreference
- Moved to the
DataType
was removedRowOrganizedPackage
was 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
*_array
properties 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