Releases
v0.3.0
Changelog
a49245d Added a table of all supported and tested data types, as well as their schema type mapping
d4bc36c Enabled BPChar Array
28bc47c Renamed PG Name to Name
db0599a Added xml data type support
c830f79 Fixed ltree scanning
ece0651 Added filtering of previously known state in the state storage to remove known but non-existing chunks - may be removed or compressed while offline
adfba62 Moved normal PG tests back to hosted
a1b7000 Try to run integration tests on hosted runners again
33caf55 Fixed unreachable function due to reorganization of integration tests
92c0d50 Split tests into unit, pg (standard tests) and integration tests
9f5d88d Revert "Removed self-hosted runner for testing"
c5e9e26 Removed self-hosted runner for testing
3190220 Moving the creation of well defined SchemaBuilders to reusable functions
7f63fa7 Various optimizations, mostly preventing object allocation
332733c Improved wait strategy for TimescaleDB container startup
4b0ecb1 Added immediate fail test when errors happen when connecting to the TimescaleDB container
3cee042 More SchemaBuilder usage
2aed16b Initial bits use the new SchemaBuilder and removed the Schema type, going for Struct directly
8083820 Add IsPrimitive to Type
1c6db03 Little bit cleanup
b119baf Fixed message for creating PostGIS extension
f32ee4e Changed SchemaBuilder to immediately return the schema as Struct
3f0322b Implementation of the new SchemaBuilder
beddf99 Renamed schemabuilder.go -> schema.go
7581a4a Added Bytes Schema
dfd0889 Removed all old SchemaBuilder references
5ba1135 Renamed SchemaType to Type
4105d20 Renamed BaseSchemaType to SchemaType
d3c64f7 Added namespace to PgType
61b739c Fixed lint issue
08012da Unified the type registrations between core and dynamic, but optimized, types
3272a68 Added support for ltree, fixed some other types or fixed their representation
c7e3c03 Fixed numeric (array) type, added basic range types
You can’t perform that action at this time.