github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/clients/python-wrapper/CHANGELOG.md (about) 1 # Changelog 2 3 ## Unreleased 4 5 ## v0.6.1 6 7 :bug: Bugs fixed: 8 9 - Remove setuptools constraint (#7765) 10 - Add body to http error (#7697) 11 12 ## v0.6.0 13 14 :new: What's new: 15 16 - Support multiple pydantic versions (#7682) 17 18 ## v0.5.0 19 20 :new: What's new: 21 22 - Short-lived Token Authentication: Initiate lakeFS Python client sessions securely using external IdPs with the new federated "Assume Role with Web Identity" feature. (#7620) 23 24 :bug: Bugs fixed: 25 26 - Fix import manager run race #7607 27 28 ## v0.4.1 29 30 :new: What's new: 31 32 - Allow passing args/kwargs to lakefs.repository() (#7470) 33 34 :bug: Bugs fixed: 35 36 - Fix Client SSL configuration (#7516) 37 38 ## v0.4.0 39 40 :new: What's new: 41 42 - Return revert commit from Branch.revert() instead of None (#7353) 43 **Deprecation:** use `reference` argument instead of `reference_id` (will be removed in the next major version) 44 - Allow kwargs in Branch commit creation (#7459) 45 46 :bug: Bugs fixed: 47 48 - Fix: Unconditionally assign body in ServerException constructor (#7315) 49 50 ## v0.3.0 51 52 :new: What's new: 53 54 - Implement Cherry Pick (#7348) 55 56 ## v0.2.1 57 58 :bug: Bugs fixed: 59 60 - fileno to throw exception (#7238) 61 - Transactions: Fix and add flag for branch cleanup (#7227) 62 63 ## v0.2.0 64 65 :new: What's new: 66 67 - Allow creating reference types using Commit object (#7190) 68 - Implement Transactions (#7202) 69 70 :bug: Bugs fixed: 71 72 - Fix object access of uninitialized client (#7196) 73 - Handling file buffers on exceptions (#7195) 74 75 ## v0.1.2 76 77 :bug: Bugs fixed: 78 79 - Fix urllib3 dependency (#7170) 80 81 ## v0.1.1 82 83 :new: What's new: 84 85 - Support reader seek from end (#7147) 86 87 ## v0.1.0 88 89 :new: What's new: 90 91 - First official release!