Releases: sourcenetwork/lens
Releases · sourcenetwork/lens
v0.9.4
What's Changed
- fix: Commit implicit reload transaction by @AndrewSisley in #141
- fix: Add Lens to repository on sync by @AndrewSisley in #143
- fix: Chunk Lens blocks if larger than 3MB by @AndrewSisley in #145
Full Changelog: v0.9.3...v0.9.4
v0.9.3
What's Changed
- fix: Properly handle data urls by @AndrewSisley in #134
- fix: Close iter on error by @AndrewSisley in #135
- fix: Set cap instead of len for args slice by @AndrewSisley in #136
- feat: Add JS support to node package by @AndrewSisley in #138
Full Changelog: v0.9.2...v0.9.3
v0.9.2
What's Changed
- feat: Allow chunking of blockstore by @AndrewSisley in #129
Full Changelog: v0.9.1...v0.9.2
v0.9.1
What's Changed
- fix: Add WithTxnSource option by @AndrewSisley in #127
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's Changed
- feat: Disable wasmtime for windows by @AndrewSisley in #121
- feat: Add IPLD link-system store by @AndrewSisley in #119
- feat: Add P2P syncing of lenses by @AndrewSisley in #122
- chore: Update to go-p2p v0.1.2 by @AndrewSisley in #125
Full Changelog: v0.8.1...v0.9.0
v0.8.1
- Rust SDK documentation tweaks
- Go version bump
- Dependency version bumps
- Added Lens repository for pooling Lens instances
v0.8.0
- feat: Remove need for Rust lens files to call free
- feat: Mark unsafe Rust SDK funcs as unsafe
- feat: Add next func to Rust SDK
- feat: Add boilerplate handling macros to Rust SDK
v0.7.0
- Fixed dangling pointer
- Fixed memory bug when rust sdk given pointer to large input containing json array
- Fixed a small memory leak in rust sdk
v0.6.0
- Bump wasmtime-go to v21
- Add support for js runtime
- Add support for remote module .wasm files
v0.5.0
- Migrates module code to Lens-Enumerable pattern, removing one record in, one record out pattern
- Bumped wasmtime-go version to v15