fix(go.sum): update ResolveSpec dependency to v1.0.87
CI / build-and-test (push) Failing after 1s
Release / release (push) Failing after 19m26s

This commit is contained in:
Hein
2026-06-23 13:17:16 +02:00
parent 0227912325
commit 1adf50e3db
2436 changed files with 1078758 additions and 114 deletions
+34
View File
@@ -0,0 +1,34 @@
## 0.3.0 (2025-03-11)
- Added distance functions for Ent
- Added support for binary format for `HalfVector` and pgx
- Dropped support for Go < 1.23
## 0.2.3 (2025-01-15)
- Added support for Postgres arrays for pgx
## 0.2.2 (2024-08-10)
- Added support for `CopyFrom` with `string` values
## 0.2.1 (2024-07-23)
- Added `pgx` package
- Added `EncodeBinary` and `DecodeBinary` methods to `Vector`
- Added `EncodeBinary` and `DecodeBinary` methods to `SparseVector`
## 0.2.0 (2024-06-25)
- Added support for `halfvec` and `sparsevec` types
- Added support for JSON serialization
- Improved performance of serialization
- Dropped support for Go < 1.21
## 0.1.1 (2023-04-20)
- Fixed `Scan` for pgx
## 0.1.0 (2023-03-13)
- First release