Skip to content

Releases: Oxen-AI/oxen-release

v0.4.4

23 Jan 17:22
Compare
Choose a tag to compare
v0.4.4 Pre-release
Pre-release

v0.4.4

  • Bug Fixes
    • Fix reading CSVs with quotes and newlines
    • Fix page_size and page_num params for DataFrames
    • Fix partial pull then full
    • Fix pushing to a remote branch you are not currently on

v0.4.3

17 Jan 18:51
Compare
Choose a tag to compare
v0.4.3 Pre-release
Pre-release

v0.4.3

  • Features
    • Push commit size before syncing data to make sure we have enough remote storage
    • Add compute cache post commit to perform operations that we may want to cache per commit
    • Update is_synced api to give more detailed information on sync status
    • Add disk usage API for a namespace
    • Add pagination for data frame api
    • Add default for latest commit for an empty directory
    • Add retry and sleep for pulling data

v0.4.2

12 Jan 18:10
Compare
Choose a tag to compare
v0.4.2 Pre-release
Pre-release

v0.4.2

  • Features
    • Schema computation and naming now done in oxen add staging area before commit
    • Oxen Server API Changes
      • entry and meta endpoints return resource, version, path and datatype
    • Bump polars version
    • Support for json and jsonl file schemas
    • Add server driven warnings to CLI
  • Bug Fixes
    • Infer schema from more lines (100 -> 10,000)

v0.4.1

06 Jan 18:26
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

v0.4.1

  • Features
    • Faster data download 🔥
    • Chunked download data APIs

v0.4.0

29 Dec 15:18
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

v0.4.0

  • Features

    • Faster data upload 🔥
    • Chunked data APIs
  • Breaking Changes

    • Removed CADF
    • Remove oxen index commands

v0.3.0

14 Dec 04:22
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

v0.3.0

  • Features
    • oxen df --unique
    • oxen rm
  • Schema changes
    • add "email" to Commit
    • changed "timestamp" format on Commit to be RFC3339

v0.2.7

09 Dec 19:09
Compare
Choose a tag to compare
v0.2.7 Pre-release
Pre-release

v0.2.7

  • Features
    • oxen-server
      • HTTP APIs for fetching schemas and data frames
      • return more robust metadata on listing directories
    • oxen
      • support for multiple argument filters ie "label == person && is_correct == true"
      • support for single or double quotes on aggregations
  • Bug Fixes
    • fix restore tabular modified file

v0.2.6

02 Dec 01:02
Compare
Choose a tag to compare
v0.2.6 Pre-release
Pre-release

v0.2.6

  • Features
    • oxen add accepts multiple values
  • Bug fixes
    • oxen checkout arg parsing
    • oxen commit files without extensions

v0.2.5

28 Nov 20:16
Compare
Choose a tag to compare
v0.2.5 Pre-release
Pre-release

v0.2.5

  • Bug fixes
    • Better logging
    • Don't fail silently on remote push

v0.2.4

18 Nov 19:30
Compare
Choose a tag to compare
v0.2.4 Pre-release
Pre-release

v0.2.4

  • Bug fixes
    • Handle duplicate lines in tabular data files
    • Fix dir endpoint when no path is specified
    • Re-enable file endpoint
    • Add more tests to catch tabular data edge cases