|
| 1 | +# CHANGELOG |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | +## v0.2.4 (2023-10-25) |
| 6 | + |
| 7 | +### Chore |
| 8 | + |
| 9 | +* chore: bump autoflake version ([`fc3a7bb`](https://github.com/supabase-community/functions-py/commit/fc3a7bb5788feca7acbdf4662feee7cce87f2cda)) |
| 10 | + |
| 11 | +### Fix |
| 12 | + |
| 13 | +* fix: correct return type from invoke ([`9a15026`](https://github.com/supabase-community/functions-py/commit/9a15026bbbc63cd4b6d960f8a48db40a06770381)) |
| 14 | + |
| 15 | +* fix: add single instance of client instantiation ([`4b8a134`](https://github.com/supabase-community/functions-py/commit/4b8a134ac675bdcc0387cb1d1d55068e1b6be253)) |
| 16 | + |
| 17 | +### Unknown |
| 18 | + |
| 19 | +* Merge pull request #9 from supabase-community/silentworks/sync_functions |
| 20 | + |
| 21 | +Add sync functions ([`e2db242`](https://github.com/supabase-community/functions-py/commit/e2db242994c66ce3beec399416512342a2266f85)) |
| 22 | + |
| 23 | +* update file formatting with black ([`b1c64f5`](https://github.com/supabase-community/functions-py/commit/b1c64f51a487e9782c45324d0903a5e18c7bd31e)) |
| 24 | + |
| 25 | +* Apply suggestions from code review |
| 26 | + |
| 27 | +Co-authored-by: Anand <[email protected]> ( [`e2a59aa`](https://github.com/supabase-community/functions-py/commit/e2a59aaff604a8c0ff1e3d648a1d2ae3aff44ea7)) |
| 28 | + |
| 29 | +* Add github workflow ([`14c8db9`](https://github.com/supabase-community/functions-py/commit/14c8db932527056343e5e7af012db87af6242006)) |
| 30 | + |
| 31 | +* Update errors and function signature of invoke ([`575da96`](https://github.com/supabase-community/functions-py/commit/575da968238a494de0996226df0bf54a48bf4e2b)) |
| 32 | + |
| 33 | +* Apply suggestions from code review |
| 34 | + |
| 35 | +Co-authored-by: Anand <[email protected]> ( [`b60615d`](https://github.com/supabase-community/functions-py/commit/b60615d2c70c5a2e32e87f850d5fe1d68e492f59)) |
| 36 | + |
| 37 | +* Update supafunc/errors.py |
| 38 | + |
| 39 | +Co-authored-by: Anand <[email protected]> ( [`2971673`](https://github.com/supabase-community/functions-py/commit/2971673451c4775c3f5e400983972bebefff4dfe)) |
| 40 | + |
| 41 | +* Add sync functions |
| 42 | +Add pytests |
| 43 | +Throw errors instead of returning them ([`692022f`](https://github.com/supabase-community/functions-py/commit/692022fa4816de5ec3e4cd929352535af719bb87)) |
| 44 | + |
| 45 | + |
| 46 | +## v0.2.3 (2023-08-04) |
| 47 | + |
| 48 | +### Chore |
| 49 | + |
| 50 | +* chore: bump version ([`d5f32ba`](https://github.com/supabase-community/functions-py/commit/d5f32ba75368cc1ba337e1cda0e6d89d426160b1)) |
| 51 | + |
| 52 | +* chore: bump httpx to 0.24 ([`6152992`](https://github.com/supabase-community/functions-py/commit/615299278b1d810c1113546938b81eabf075987f)) |
| 53 | + |
| 54 | +* chore(deps): bump httpx from 0.23.0 to 0.24.1 |
| 55 | + |
| 56 | +Bumps [httpx](https://github.com/encode/httpx) from 0.23.0 to 0.24.1. |
| 57 | +- [Release notes](https://github.com/encode/httpx/releases) |
| 58 | +- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) |
| 59 | +- [Commits](https://github.com/encode/httpx/compare/0.23.0...0.24.1) |
| 60 | + |
| 61 | +--- |
| 62 | +updated-dependencies: |
| 63 | +- dependency-name: httpx |
| 64 | + dependency-type: direct:production |
| 65 | + update-type: version-update:semver-minor |
| 66 | +... |
| 67 | + |
| 68 | +Signed-off-by: dependabot [bot ] <[email protected]> ( [`f5c5ca4`](https://github.com/supabase-community/functions-py/commit/f5c5ca44de7d130be5ba2da0671ae8a845ad4d0d)) |
| 69 | + |
| 70 | +### Fix |
| 71 | + |
| 72 | +* fix: small typo in authorization |
| 73 | + |
| 74 | +for consistent naming ([`3f0bba8`](https://github.com/supabase-community/functions-py/commit/3f0bba80100f86886f4e8132862fc1e96868e479)) |
| 75 | + |
| 76 | +### Unknown |
| 77 | + |
| 78 | +* Merge pull request #4 from anand2312/annad/bump-httpx |
| 79 | + |
| 80 | +chore: bump httpx to 0.24 ([`f9d1c3c`](https://github.com/supabase-community/functions-py/commit/f9d1c3c6f3611f322d336bbd86f080c0d65f6d28)) |
| 81 | + |
| 82 | +* Merge pull request #3 from supabase-community/dependabot/pip/main/httpx-0.24.1 |
| 83 | + |
| 84 | +chore(deps): bump httpx from 0.23.0 to 0.24.1 ([`67ada27`](https://github.com/supabase-community/functions-py/commit/67ada272a6ea645b9b51041e6dedd829d3410113)) |
| 85 | + |
| 86 | +* Create dependabot.yml ([`c7394d7`](https://github.com/supabase-community/functions-py/commit/c7394d7691b6ed35997f6222fe8f37748e132242)) |
| 87 | + |
| 88 | +* Merge pull request #2 from 0xflotus/patch-1 |
| 89 | + |
| 90 | +fix: small typo in authorization ([`7c60eda`](https://github.com/supabase-community/functions-py/commit/7c60eda605337784a63a99a1405a6cb2c5f407f1)) |
| 91 | + |
| 92 | + |
| 93 | +## v0.2.2 (2022-10-10) |
| 94 | + |
| 95 | +### Chore |
| 96 | + |
| 97 | +* chore: update version ([`a6584a7`](https://github.com/supabase-community/functions-py/commit/a6584a783ed9fea347f89c87f420ba4d56e0383a)) |
| 98 | + |
| 99 | +### Feature |
| 100 | + |
| 101 | +* feat: version 0.1.4 ([`7ffeec5`](https://github.com/supabase-community/functions-py/commit/7ffeec5465ce86f7ee077dbf18c21f332f31b1a5)) |
| 102 | + |
| 103 | +### Fix |
| 104 | + |
| 105 | +* fix: update dependencies ([`91bc97b`](https://github.com/supabase-community/functions-py/commit/91bc97b66ef609618bb953a6557a2eb904b35d00)) |
| 106 | + |
| 107 | +* fix: add default for optional headers ([`02c838c`](https://github.com/supabase-community/functions-py/commit/02c838c73b692ea16912192278dd8550570553a1)) |
| 108 | + |
| 109 | +* fix: pass down body ([`d3f9f61`](https://github.com/supabase-community/functions-py/commit/d3f9f6187b7bd7206f89eb3331fa6ea6f13dd58e)) |
| 110 | + |
| 111 | + |
| 112 | +## v0.1.4 (2022-03-31) |
| 113 | + |
| 114 | +### Chore |
| 115 | + |
| 116 | +* chore: update version ([`883661f`](https://github.com/supabase-community/functions-py/commit/883661f3c50d8d5fabcbf9639daaf7e6b8fa2499)) |
| 117 | + |
| 118 | +* chore: update version ([`61f78b4`](https://github.com/supabase-community/functions-py/commit/61f78b4986917a234e631a233d72f65b28b414a4)) |
| 119 | + |
| 120 | +* chore: cleanup and add LICENSE ([`c9d035e`](https://github.com/supabase-community/functions-py/commit/c9d035eb4005ef9b595206395513abaca8325953)) |
| 121 | + |
| 122 | +* chore: rename and update README ([`0e26f92`](https://github.com/supabase-community/functions-py/commit/0e26f92f27079d6ab63da6860f6a26d229be2374)) |
| 123 | + |
| 124 | +### Unknown |
| 125 | + |
| 126 | +* initial commit ([`5c93da6`](https://github.com/supabase-community/functions-py/commit/5c93da6948288c3312c0065e22ab968d25b9801b)) |
0 commit comments