The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2023-12-08 | 946 Bytes | |
| v2.4.4 source code.tar.gz | 2023-12-08 | 7.2 MB | |
| v2.4.4 source code.zip | 2023-12-08 | 8.2 MB | |
| Totals: 3 Items | 15.4 MB | 0 | |
2.4.4 - Night of the Living Dead
Fixes for Data Explorer autocomplete, compilation fixes, other small fixes.
Compatibility
No migration is required when upgrading from RethinkDB 2.4.x. Please read the RethinkDB 2.4.0 release notes if you're upgrading from an older version.
RethinkDB 2.4.x servers cannot be mixed with servers running RethinkDB 2.3.x or earlier in the same cluster.
API-breaking changes
None.
Changes
- Server
- Avoid unaligned memory accesses and bus errors on 32-bit ARM (#7128)
- Compilation
- Replace bad zlib URL with working one (#7121)
- Fix new include errors (#7119)
- Avoid using deprecated
fstat64function (#7141) - Web UI
- Fix data explorer auto-complete (#7111, [#7113])
- Update ReQL documentation link (#7112, [#7114])
Contributors
- @sg5506844
- Sam Hughes (@srh)