Skip to content

Releases: Oxen-AI/oxen-release

🐍 Release refs/tags/0.1.17+1

14 Jun 18:47
Compare
Choose a tag to compare

🐍 Release refs/tags/0.1.16

09 Jun 22:41
Compare
Choose a tag to compare

0.1.12

09 Jun 17:38
Compare
Choose a tag to compare
version 0.1.12

0.1.11

09 Jun 16:29
Compare
Choose a tag to compare
version 0.1.11

v0.4.8

31 Jan 04:55
Compare
Choose a tag to compare
v0.4.8 Pre-release
Pre-release

v0.4.8

  • Features
    • Default to pulling main on clone and add --shallow flag
  • Bug Fixes
    • Prevent accidental double push
    • Support can unstaging a staged directory

v0.4.7

27 Jan 05:54
Compare
Choose a tag to compare
v0.4.7 Pre-release
Pre-release

v0.4.7

  • Features
    • Stats endpoint on repo
    • Consistent pagination params, page_num -> page
    • Better logging
    • Upgrade cargo 1.67.0

v0.4.6

25 Jan 00:21
Compare
Choose a tag to compare
v0.4.6 Pre-release
Pre-release
  • Features
    • GET requests for downloading data

v0.4.5

24 Jan 04:44
Compare
Choose a tag to compare
v0.4.5 Pre-release
Pre-release

v0.4.5

  • Features
    • Checks version with oxen-server to verify we have an up to date client

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