Skip to content

Releases: HelixDB/helix-db

v1.0.126

31 Jul 20:52
c1d7edb
Compare
Choose a tag to compare
fix (#317)

## Description
<!-- Provide a brief description of the changes in this PR -->

## Related Issues
<!-- Link to any related issues using #issue_number -->

Closes #

## Checklist when merging to main
<!-- Mark items with "x" when completed -->

- [ ] No compiler warnings (if applicable)
- [ ] Code is formatted with `rustfmt`
- [ ] No useless or dead code (if applicable)
- [ ] Code is easy to understand
- [ ] Doc comments are used for all functions, enums, structs, and
fields (where appropriate)
- [ ] All tests pass
- [ ] Performance has not regressed (assuming change was not to fix a
bug)
- [ ] Version number has been updated in `helix-cli/Cargo.toml` and
`helixdb/Cargo.toml`
- [ ] Lines are kept under 100 characters where possible
- [ ] Code is good

## Additional Notes
<!-- Add any additional information that would be helpful for reviewers
-->

v1.0.125

31 Jul 20:02
9e260db
Compare
Choose a tag to compare
Dev (#316)

## Description
<!-- Provide a brief description of the changes in this PR -->

## Related Issues
<!-- Link to any related issues using #issue_number -->

Closes #

## Checklist when merging to main
<!-- Mark items with "x" when completed -->

- [ ] No compiler warnings (if applicable)
- [ ] Code is formatted with `rustfmt`
- [ ] No useless or dead code (if applicable)
- [ ] Code is easy to understand
- [ ] Doc comments are used for all functions, enums, structs, and
fields (where appropriate)
- [ ] All tests pass
- [ ] Performance has not regressed (assuming change was not to fix a
bug)
- [ ] Version number has been updated in `helix-cli/Cargo.toml` and
`helixdb/Cargo.toml`
- [ ] Lines are kept under 100 characters where possible
- [ ] Code is good

## Additional Notes
<!-- Add any additional information that would be helpful for reviewers
-->

v1.0.124

31 Jul 13:03
ff2953c
Compare
Choose a tag to compare
impr + fix/implementing reading secondary from schema and fixing api …

v1.0.123

30 Jul 19:22
c075173
Compare
Choose a tag to compare
updating versions (#301)

## Description
<!-- Provide a brief description of the changes in this PR -->

## Related Issues
<!-- Link to any related issues using #issue_number -->

Closes #

## Checklist when merging to main
<!-- Mark items with "x" when completed -->

- [ ] No compiler warnings (if applicable)
- [ ] Code is formatted with `rustfmt`
- [ ] No useless or dead code (if applicable)
- [ ] Code is easy to understand
- [ ] Doc comments are used for all functions, enums, structs, and
fields (where appropriate)
- [ ] All tests pass
- [ ] Performance has not regressed (assuming change was not to fix a
bug)
- [ ] Version number has been updated in `helix-cli/Cargo.toml` and
`helixdb/Cargo.toml`
- [ ] Lines are kept under 100 characters where possible
- [ ] Code is good

## Additional Notes
<!-- Add any additional information that would be helpful for reviewers
-->

v1.0.122

30 Jul 16:31
9dd2aa6
Compare
Choose a tag to compare
impr + fix/implementing mcp nested filtering, env sourcing and order …

v1.0.121

27 Jul 12:17
472c376
Compare
Choose a tag to compare
impr + fix/removing warnings, adding clippy, improving cli, adding in…

v1.0.120

23 Jul 08:31
f3f7f35
Compare
Choose a tag to compare
fix + impr/rewritten server infra, fixed issues with cli, more bug fi…

v1.0.119

20 Jul 16:01
eff58f8
Compare
Choose a tag to compare
impr + bugs/soft deleting vectors, HQL test fixes, HQL ID prop access…

v1.0.118

19 Jul 08:39
7e0270d
Compare
Choose a tag to compare
removing queries (#260)

## Description
<!-- Provide a brief description of the changes in this PR -->

## Related Issues
<!-- Link to any related issues using #issue_number -->

Closes #

## Checklist when merging to main
<!-- Mark items with "x" when completed -->

- [ ] No compiler warnings (if applicable)
- [ ] Code is formatted with `rustfmt`
- [ ] No useless or dead code (if applicable)
- [ ] Code is easy to understand
- [ ] Doc comments are used for all functions, enums, structs, and
fields (where appropriate)
- [ ] All tests pass
- [ ] Performance has not regressed (assuming change was not to fix a
bug)
- [ ] Version number has been updated in `helix-cli/Cargo.toml` and
`helixdb/Cargo.toml`
- [ ] Lines are kept under 100 characters where possible
- [ ] Code is good

## Additional Notes
<!-- Add any additional information that would be helpful for reviewers
-->

v1.0.117

18 Jul 21:59
8fa932b
Compare
Choose a tag to compare
impr/fixing hql bugs and refactoring analyzer (#257)

## Description
<!-- Provide a brief description of the changes in this PR -->
fixing hql bugs and refactoring analyzer

## Related Issues
<!-- Link to any related issues using #issue_number -->

Closes #244 #245 #247 #249 

## Checklist when merging to main
<!-- Mark items with "x" when completed -->

- [x] No compiler warnings (if applicable)
- [x] Code is formatted with `rustfmt`
- [x] No useless or dead code (if applicable)
- [x] Code is easy to understand
- [x] Doc comments are used for all functions, enums, structs, and
fields (where appropriate)
- [x] All tests pass
- [x] Performance has not regressed (assuming change was not to fix a
bug)
- [x] Version number has been updated in `helix-cli/Cargo.toml` and
`helixdb/Cargo.toml`
- [x] Lines are kept under 100 characters where possible
- [x] Code is good

## Additional Notes
<!-- Add any additional information that would be helpful for reviewers
-->