|
2 | 2 |
|
3 | 3 | All notable changes to this project are documented in this file.
|
4 | 4 |
|
| 5 | +## [0.7.0](https://github.com/supabase-community/supabase-ex/compare/v0.6.2...v0.7.0) (2025-07-20) |
| 6 | + |
| 7 | + |
| 8 | +### Features |
| 9 | + |
| 10 | +* add base config ([221c1b9](https://github.com/supabase-community/supabase-ex/commit/221c1b9fefb9f8ad11b21c6447390c42e82dc242)) |
| 11 | +* add url helpers and handle more API errors ([22b9b6a](https://github.com/supabase-community/supabase-ex/commit/22b9b6a60e01948027014e9756be7ce591ec8a29)) |
| 12 | +* build with nix ([8b053b2](https://github.com/supabase-community/supabase-ex/commit/8b053b24903dbc9b715cfc8341427fce07d0157c)) |
| 13 | +* elixir days presentation ([6947423](https://github.com/supabase-community/supabase-ex/commit/69474233ec80d19f4c19a7be512d26cf0e151bdb)) |
| 14 | +* introduce examples sample apps (readme) ([b7bfe78](https://github.com/supabase-community/supabase-ex/commit/b7bfe786a62f9a0ac1b5676ea4f1aa390116818b)) |
| 15 | +* move integrations to separate repositories ([480bf22](https://github.com/supabase-community/supabase-ex/commit/480bf22f69e917c4eced68b6447a45f90e862fab)) |
| 16 | +* prepare for refactored minor version ([867af6d](https://github.com/supabase-community/supabase-ex/commit/867af6d892192b791054eadbe802ecf894c55bdf)) |
| 17 | +* supasquad presentation nov 2023 ([ee22e9e](https://github.com/supabase-community/supabase-ex/commit/ee22e9ee0da9fde22f6cc00a3c450d6512754216)) |
| 18 | +* umbrella app ([3b8fe08](https://github.com/supabase-community/supabase-ex/commit/3b8fe0890dfa274f51549c381352aa4c224abad2)) |
| 19 | + |
| 20 | + |
| 21 | +### Bug Fixes |
| 22 | + |
| 23 | +* allow configure json library for supabase libs ([#70](https://github.com/supabase-community/supabase-ex/issues/70)) ([e290e05](https://github.com/supabase-community/supabase-ex/commit/e290e05f7b03ebed48982fe9df69d75ef221ecb3)) |
| 24 | +* correctly merge and deduplicate headers on fetcher ([1d514da](https://github.com/supabase-community/supabase-ex/commit/1d514daaf88d56a575c3014629c5dc1c135ca384)) |
| 25 | +* credo ([624041f](https://github.com/supabase-community/supabase-ex/commit/624041fd0f376f7f9edb6e1268af29d02402e610)) |
| 26 | +* ex_doc linkings ([#58](https://github.com/supabase-community/supabase-ex/issues/58)) ([494e6c5](https://github.com/supabase-community/supabase-ex/commit/494e6c562a1217792fca82afd133708c2b7e836f)) |
| 27 | +* missing api key header on requests ([#65](https://github.com/supabase-community/supabase-ex/issues/65)) ([cd8138a](https://github.com/supabase-community/supabase-ex/commit/cd8138ae58b11816957e01eff099ba85d6b33c05)) |
| 28 | +* requests options ([#67](https://github.com/supabase-community/supabase-ex/issues/67)) ([523a225](https://github.com/supabase-community/supabase-ex/commit/523a22507f31644637e26bcc86f2fed296a5cb93)) |
| 29 | +* tests ([fa6ab1c](https://github.com/supabase-community/supabase-ex/commit/fa6ab1c1c341c89105d5b09e7b66f1ec08ad2587)) |
| 30 | + |
| 31 | + |
| 32 | +### Documentation |
| 33 | + |
| 34 | +* Simplify readme ([#69](https://github.com/supabase-community/supabase-ex/issues/69)) ([c9d02fe](https://github.com/supabase-community/supabase-ex/commit/c9d02fe78bea06dc2db02cba7eae20ed3ff06ae9)) |
| 35 | +* update readme for version compatibility ([#64](https://github.com/supabase-community/supabase-ex/issues/64)) ([614fc39](https://github.com/supabase-community/supabase-ex/commit/614fc3982ab461ce987c6bfd9f25e9ab5e1fe8ca)) |
| 36 | + |
| 37 | + |
| 38 | +### Miscellaneous Chores |
| 39 | + |
| 40 | +* fix gh actions cache version ([#61](https://github.com/supabase-community/supabase-ex/issues/61)) ([16b1501](https://github.com/supabase-community/supabase-ex/commit/16b15016dc64051801f793a5de6822b0c914c990)) |
| 41 | +* solve on_response unatural return ([#60](https://github.com/supabase-community/supabase-ex/issues/60)) ([2454654](https://github.com/supabase-community/supabase-ex/commit/2454654b8dc0739e6d65aa763006e4f9e76bdff8)) |
| 42 | + |
| 43 | + |
| 44 | +### Continuous Integration |
| 45 | + |
| 46 | +* finally set up correctly ([3351c45](https://github.com/supabase-community/supabase-ex/commit/3351c458d0236534c4136dc3eea3d8d8dc56292a)) |
| 47 | + |
5 | 48 | ## [0.6.0] - 2025-01-10
|
6 | 49 | ### Added
|
7 | 50 | - Enhanced HTTP handling with support for custom headers, streaming, and centralized error management.
|
|
0 commit comments