Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2024-12-02)

### Bug Fixes

* ai not taking over anytime soon ([2766778](2766778))
* anthropic ([3f7a44d](3f7a44d))
* anthropic ([0f516bd](0f516bd))
* anthropic pipeline image upload ([84db93a](84db93a))
* anthropic system ([0f610ca](0f610ca))
* azure ([d0cf5b7](d0cf5b7))
* docker ([6a17e75](6a17e75))
* docker ([2bb2cba](2bb2cba))
* dockerfile casing ([6a63c03](6a63c03))
* env vars in workflow ([0a21530](0a21530))
* **examples/llamaindex_ollama:** move path to pvc ([307abf1](307abf1))
* fc pipeline ([ca98e4d](ca98e4d))
* filter ([95ed193](95ed193))
* initialize request object, correct typo, and rename parameter ([0303263](0303263))
* langfuse ([69be71e](69be71e))
* litellm ([ecd7f8e](ecd7f8e))
* litellm pipelines ([b882dd7](b882dd7))
* make azure openai work by dropping/modifying params ([19fef57](19fef57))
* manifold ([78e9bcf](78e9bcf))
* ollama manifold example ([0b43a73](0b43a73))
* openai pipeline ([c2f5200](c2f5200))
* rate limit ([1f4a650](1f4a650))
* rate limit filter ([44f086b](44f086b))
* Remove stray ) ([f10b172](f10b172))
* respect to pipelines dir environment variable in start.sh ([886d9e6](886d9e6))
* respect to pipelines dir environment variable in start.sh ([5c0440a](5c0440a))
* start script ([2059c7d](2059c7d))
* start.sh ([2e205b9](2e205b9))
* surrounding quotes does not match with regex ([6bab4f3](6bab4f3))
* tf ([c68701d](c68701d))
* typo ([025813d](025813d))
* valves ([e25670e](e25670e))

### Code Refactoring

* **examples/azure_openai_pipeline:** make use of env variables and prefixed with a consistent prefix to avoid conflicts ([1a48861](1a48861))

### Continuous Integration

* temporarily change repository url ([1849869](1849869))

### Features

* allow inlet, outlet for pipes ([ef79179](ef79179))
* anthropic manifold example ([588b4b1](588b4b1))
* applescript pipeline example ([168ab96](168ab96))
* azure openai pipeline ([69d5c25](69d5c25))
* blueprints ([313f1a7](313f1a7))
* body param added ([ee4544d](ee4544d))
* cli ([a0ba05c](a0ba05c))
* cohere manifold example ([a917293](a917293))
* custom id, name support ([97528e2](97528e2))
* detoxify pipeline ([e7da7ab](e7da7ab))
* dynamic loading endpoints ([e34e8c4](e34e8c4))
* filter outlet & libretranslate example ([2e93430](2e93430))
* filter wildcard support ([c9f2ff4](c9f2ff4))
* functions ([828ad33](828ad33))
* github repo rag ([55512b6](55512b6))
* groq manifold pipeline ([47a7c82](47a7c82))
* langfuse filter example ([143cf7e](143cf7e))
* lifecycle ([68cc310](68cc310))
* litellm manifold example ([a8348a3](a8348a3))
* llama cpp pipeline ([62630de](62630de))
* llamaindex example ([3fee034](3fee034))
* llm translation pipeline ([17a44df](17a44df))
* manifold ([eff0a96](eff0a96))
* manifold naming ([918b709](918b709))
* move failing pipelines to failed dir ([72ed9c5](72ed9c5))
* multi-pipeline support ([eaa4112](eaa4112))
* multiple urls support ([d582788](d582788))
* New text-to-SQL pipe using LlamaIndex ([d7cb952](d7cb952))
* ollama manifold pipeline example ([b2b1dd8](b2b1dd8))
* ollama pipeline ([b3bb653](b3bb653))
* openai manifold ([e024afc](e024afc))
* persistent valves ([3d758a9](3d758a9))
* pipelines function ([12e4156](12e4156))
* python code pipeline example ([a0c109e](a0c109e))
* rate limit filter example ([e9915ed](e9915ed))
* RESET_PIPELINES_DIR env var ([76ba2b4](76ba2b4))
* support stream=false ([32928c7](32928c7))
* tiktoken ([d0c2e3d](d0c2e3d))
* track token usage in Langfuse (and fix memory leak) ([77dc049](77dc049))
* track user.email in langfuse filter pipeline and remove wrong token count ([4d53b80](4d53b80))
* Update Ollama manifold pipeline to use environment variable for base URL ([60fa35f](60fa35f))
* upload endpoint ([d08a157](d08a157))
* user field added to valves ([7274984](7274984))
* user message param ([fe49f4a](fe49f4a))
* valves ([9200e6e](9200e6e))
* valves ([91f58c5](91f58c5))
* valves on_startup & on_shutdown ([88f3d59](88f3d59))

### BREAKING CHANGES

* Temporarily change the repository URL of the package to test the build
* **examples/azure_openai_pipeline:** all valves are now prefixed with `AZURE_OPENAI_`.
  • Loading branch information
semantic-release-bot committed Dec 2, 2024
1 parent 115ce07 commit 24a908b
Showing 1 changed file with 104 additions and 0 deletions.
104 changes: 104 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
# 1.0.0 (2024-12-02)


### Bug Fixes

* ai not taking over anytime soon ([2766778](https://github.com/Lanhild/pipelines/commit/2766778fd9b1e7456166336f17e35633243cadce))
* anthropic ([3f7a44d](https://github.com/Lanhild/pipelines/commit/3f7a44d4b84a56b4ddcb7be6096248412a87272a))
* anthropic ([0f516bd](https://github.com/Lanhild/pipelines/commit/0f516bd95e68765c7c919043b2321fe44a3de180))
* anthropic pipeline image upload ([84db93a](https://github.com/Lanhild/pipelines/commit/84db93af7c346b651e4afc5f78db7477d8e2d277))
* anthropic system ([0f610ca](https://github.com/Lanhild/pipelines/commit/0f610ca7eb6ccd5611a6f162178e25a4b7b40390))
* azure ([d0cf5b7](https://github.com/Lanhild/pipelines/commit/d0cf5b7bcbd1a7934050e525b118aedf3e3a1449))
* docker ([6a17e75](https://github.com/Lanhild/pipelines/commit/6a17e755b0bc011a47b215e05ed0ba4d4c900283))
* docker ([2bb2cba](https://github.com/Lanhild/pipelines/commit/2bb2cba8c09ca22daecab5ed507cc8705ba01786))
* dockerfile casing ([6a63c03](https://github.com/Lanhild/pipelines/commit/6a63c0388eae700ff57fe1138eff9641c4f935de))
* env vars in workflow ([0a21530](https://github.com/Lanhild/pipelines/commit/0a215304b233742c36a426bfe4646c86921b4bac))
* **examples/llamaindex_ollama:** move path to pvc ([307abf1](https://github.com/Lanhild/pipelines/commit/307abf187a3ed77743699e61cd00aef3db9251b5))
* fc pipeline ([ca98e4d](https://github.com/Lanhild/pipelines/commit/ca98e4dea3d9e6957b47922d388f7c4607bd5f00))
* filter ([95ed193](https://github.com/Lanhild/pipelines/commit/95ed193ef7afa1f99290954f846efc8d146cfa22))
* initialize request object, correct typo, and rename parameter ([0303263](https://github.com/Lanhild/pipelines/commit/030326319770b47809a76731d4476bd73c685950))
* langfuse ([69be71e](https://github.com/Lanhild/pipelines/commit/69be71ea4c6544c8b8e2797bdacaabba198c0b6c))
* litellm ([ecd7f8e](https://github.com/Lanhild/pipelines/commit/ecd7f8e5ad964112fc3b0ff7d9630d852fa8353f))
* litellm pipelines ([b882dd7](https://github.com/Lanhild/pipelines/commit/b882dd79ff9b6a21f362a8a5818946573ada1134))
* make azure openai work by dropping/modifying params ([19fef57](https://github.com/Lanhild/pipelines/commit/19fef5774e948793781c2add1cac08501c5526a9))
* manifold ([78e9bcf](https://github.com/Lanhild/pipelines/commit/78e9bcf34c3fccfe327b196268267496b6726420))
* ollama manifold example ([0b43a73](https://github.com/Lanhild/pipelines/commit/0b43a73996124a238eb5d74b660900fcbd06512c))
* openai pipeline ([c2f5200](https://github.com/Lanhild/pipelines/commit/c2f5200906c570562ba0841594f7070f1985b59c))
* rate limit ([1f4a650](https://github.com/Lanhild/pipelines/commit/1f4a6502bb9ceb86a676f6ebfab5d8f319ded10e))
* rate limit filter ([44f086b](https://github.com/Lanhild/pipelines/commit/44f086b7da5a5bce815eb1adb90d18b20f87670c))
* Remove stray ) ([f10b172](https://github.com/Lanhild/pipelines/commit/f10b172fd8b694c5a36d33d060b2b53534461b59))
* respect to pipelines dir environment variable in start.sh ([886d9e6](https://github.com/Lanhild/pipelines/commit/886d9e61102c1f64a9c5b403bdca6e701317e31c))
* respect to pipelines dir environment variable in start.sh ([5c0440a](https://github.com/Lanhild/pipelines/commit/5c0440ac3f33deeb57de7207745333c55c86766d))
* start script ([2059c7d](https://github.com/Lanhild/pipelines/commit/2059c7d05ea686642054a961dc39f80f771b4f4d))
* start.sh ([2e205b9](https://github.com/Lanhild/pipelines/commit/2e205b9eb0082590a4840d7f8b919db7e02f8ef6))
* surrounding quotes does not match with regex ([6bab4f3](https://github.com/Lanhild/pipelines/commit/6bab4f3ec78c8d1a4f22b361b048c57a6b4f2c5c))
* tf ([c68701d](https://github.com/Lanhild/pipelines/commit/c68701da4b401f475a0bd730de277c839395cb97))
* typo ([025813d](https://github.com/Lanhild/pipelines/commit/025813d392688c772db8c372b28474edcb6ecf76))
* valves ([e25670e](https://github.com/Lanhild/pipelines/commit/e25670e6ecda2dcfabf564c5de18a78a50028b1e))


### Code Refactoring

* **examples/azure_openai_pipeline:** make use of env variables and prefixed with a consistent prefix to avoid conflicts ([1a48861](https://github.com/Lanhild/pipelines/commit/1a48861cdc6f850d058aedd1406c681dfb5abaaa))


### Continuous Integration

* temporarily change repository url ([1849869](https://github.com/Lanhild/pipelines/commit/184986922642b8cc45c6d4650e5c17cfad3998c2))


### Features

* allow inlet, outlet for pipes ([ef79179](https://github.com/Lanhild/pipelines/commit/ef79179c7f16da0ef87cdc4bb8d48b06f47a9586))
* anthropic manifold example ([588b4b1](https://github.com/Lanhild/pipelines/commit/588b4b177e8d6e109f84f1a8db089c78946d7219))
* applescript pipeline example ([168ab96](https://github.com/Lanhild/pipelines/commit/168ab964494f162e1b6efc403c46ee904a23e9c9))
* azure openai pipeline ([69d5c25](https://github.com/Lanhild/pipelines/commit/69d5c25e9d822aadbd1fe8a23ea4449acdecf2d8))
* blueprints ([313f1a7](https://github.com/Lanhild/pipelines/commit/313f1a7592bc4d4fe49384f8e43b3e80cdbafe8c))
* body param added ([ee4544d](https://github.com/Lanhild/pipelines/commit/ee4544d4f919640074b77533a22894fd45364bfd))
* cli ([a0ba05c](https://github.com/Lanhild/pipelines/commit/a0ba05ce038b71003063835fbf8d6952fdbe9e89))
* cohere manifold example ([a917293](https://github.com/Lanhild/pipelines/commit/a917293db57c6983f8e802da0022cbca53663994))
* custom id, name support ([97528e2](https://github.com/Lanhild/pipelines/commit/97528e27243cdd607a868a4384344eb5f4006ceb))
* detoxify pipeline ([e7da7ab](https://github.com/Lanhild/pipelines/commit/e7da7abb9278eff2a108586c873e44f5ec3ec4b3))
* dynamic loading endpoints ([e34e8c4](https://github.com/Lanhild/pipelines/commit/e34e8c4fc0f85017b512ed032693e44ea719c79c))
* filter outlet & libretranslate example ([2e93430](https://github.com/Lanhild/pipelines/commit/2e934304cfb65a8b7d6af880dce0042827c73fc8))
* filter wildcard support ([c9f2ff4](https://github.com/Lanhild/pipelines/commit/c9f2ff41813e9ffbe025ab1ede3921cd2db9d8f2))
* functions ([828ad33](https://github.com/Lanhild/pipelines/commit/828ad33cce9cadfb1308be57778591f0ef925c85))
* github repo rag ([55512b6](https://github.com/Lanhild/pipelines/commit/55512b68ae083ed7b15b2ec99ad4d0dee4bd4dee))
* groq manifold pipeline ([47a7c82](https://github.com/Lanhild/pipelines/commit/47a7c82366a3554307916b846774c2edd6b36f71))
* langfuse filter example ([143cf7e](https://github.com/Lanhild/pipelines/commit/143cf7e18bc825b38bd73b77b2d04ffd22ba2bdb))
* lifecycle ([68cc310](https://github.com/Lanhild/pipelines/commit/68cc31009ea2ebb3db192e97add10c62bd265810))
* litellm manifold example ([a8348a3](https://github.com/Lanhild/pipelines/commit/a8348a31978578708eaf73643863ba9a64828493))
* llama cpp pipeline ([62630de](https://github.com/Lanhild/pipelines/commit/62630de0f94076d93881e9ace393145c58673400))
* llamaindex example ([3fee034](https://github.com/Lanhild/pipelines/commit/3fee0347a181fe8e1889cd04f8200713cc62cbe2))
* llm translation pipeline ([17a44df](https://github.com/Lanhild/pipelines/commit/17a44df0f37cfea158e91b179d3b3de6590d1c1c))
* manifold ([eff0a96](https://github.com/Lanhild/pipelines/commit/eff0a968c785779bb75296925cdb4b6e5fbfe898))
* manifold naming ([918b709](https://github.com/Lanhild/pipelines/commit/918b709f30d5049f5921d9b87334ad75a240529a))
* move failing pipelines to failed dir ([72ed9c5](https://github.com/Lanhild/pipelines/commit/72ed9c537c270a6434d044e4a441cf2cc7f8dc58))
* multi-pipeline support ([eaa4112](https://github.com/Lanhild/pipelines/commit/eaa4112f46c6b74ed6098a3de600787e866e063e))
* multiple urls support ([d582788](https://github.com/Lanhild/pipelines/commit/d5827887e681ca62d486167b339617b6faf2c2ad))
* New text-to-SQL pipe using LlamaIndex ([d7cb952](https://github.com/Lanhild/pipelines/commit/d7cb952c4daba31e0ac5b16cf834773864ebcdef))
* ollama manifold pipeline example ([b2b1dd8](https://github.com/Lanhild/pipelines/commit/b2b1dd853c8bce3becd96d0b22ee74b2eaf1eaa8))
* ollama pipeline ([b3bb653](https://github.com/Lanhild/pipelines/commit/b3bb653f469a309aff31d1c5f9a469e66e71bbf9))
* openai manifold ([e024afc](https://github.com/Lanhild/pipelines/commit/e024afc81ca3656ad176740ba2dcf6e6d409b30d))
* persistent valves ([3d758a9](https://github.com/Lanhild/pipelines/commit/3d758a9c9458631e99606169e24df777780a016e))
* pipelines function ([12e4156](https://github.com/Lanhild/pipelines/commit/12e415615d0aa270ae4d8f0d3f82823d4827373a))
* python code pipeline example ([a0c109e](https://github.com/Lanhild/pipelines/commit/a0c109e91526e0e0a757586c3b268962d4f8b46b))
* rate limit filter example ([e9915ed](https://github.com/Lanhild/pipelines/commit/e9915ed331720ac7677a566c34da72bc131640b7))
* RESET_PIPELINES_DIR env var ([76ba2b4](https://github.com/Lanhild/pipelines/commit/76ba2b407a7ab13fd476bcbc059b61a0a7c5a311))
* support stream=false ([32928c7](https://github.com/Lanhild/pipelines/commit/32928c754e373cc489ed1f3a81818bfcd7634181))
* tiktoken ([d0c2e3d](https://github.com/Lanhild/pipelines/commit/d0c2e3dc319466e049539975e7893800039c7104))
* track token usage in Langfuse (and fix memory leak) ([77dc049](https://github.com/Lanhild/pipelines/commit/77dc0493030c1f1909f0dfe8438f2ad982f1f52f))
* track user.email in langfuse filter pipeline and remove wrong token count ([4d53b80](https://github.com/Lanhild/pipelines/commit/4d53b80657b38f8179efd3728fccc7c1f45886c3))
* Update Ollama manifold pipeline to use environment variable for base URL ([60fa35f](https://github.com/Lanhild/pipelines/commit/60fa35f2596b43b354c665ce5e06facbe250bf67))
* upload endpoint ([d08a157](https://github.com/Lanhild/pipelines/commit/d08a1573da10b7f614722c1cc4c7c03966873e5b))
* user field added to valves ([7274984](https://github.com/Lanhild/pipelines/commit/72749845dc4a356e391a58dd620c29773356f127))
* user message param ([fe49f4a](https://github.com/Lanhild/pipelines/commit/fe49f4af7e3fa1a46a39c55886592d8974469a03))
* valves ([9200e6e](https://github.com/Lanhild/pipelines/commit/9200e6e4f744200d4d5cd840cb82c8d5aaa86d93))
* valves ([91f58c5](https://github.com/Lanhild/pipelines/commit/91f58c52e565bba5bbd2192b7c92930d261e0dbe))
* valves on_startup & on_shutdown ([88f3d59](https://github.com/Lanhild/pipelines/commit/88f3d59fcbd1ba2f9454eefbf627d3e1cf9d2092))


### BREAKING CHANGES

* Temporarily change the repository URL of the package to test the build
* **examples/azure_openai_pipeline:** all valves are now prefixed with `AZURE_OPENAI_`.

0 comments on commit 24a908b

Please sign in to comment.