v0.1.6

potpie-ai/potpiev0.1.6Apr 25, 2025by dhirenmathur

AI Summary

Minor release with bug fixes, UI updates, and API improvements including sorting options and model configuration updates.

Key Highlights

  • Empty string validation in search schema
  • UI updates to latest version
  • Search API changes
  • GPT-4.1 model support added
  • Litellm retry functionality
  • Sorting options for conversations API
  • Unit tests for auth_service
  • Graceful error handling in auth_router and auth_service

New Features

  • GPT-4.1 model support
  • Sorting and order params for conversations list API
  • Hidden parameter for create conversations API
  • Creator write permissions update

Full Release Notes

Lots of minor bug fixes and improvements 

## What's Changed
* Add empty string validation in search schema by @bnishit in https://github.com/potpie-ai/potpie/pull/363
* Updating UI to latest commit by @KanavRajFarishta in https://github.com/potpie-ai/potpie/pull/364
* Search API changes by @aravindaak in https://github.com/potpie-ai/potpie/pull/369
* convert start.sh to powshell by @xuweicheng in https://github.com/potpie-ai/potpie/pull/298
* feat: update LLM configuration to include GPT-4.1 model and adjust in… by @kinshuksinghbist in https://github.com/potpie-ai/potpie/pull/367
* Fix: send message type in history by @rahulshenoy27 in https://github.com/potpie-ai/potpie/pull/372
* Update toolnames to follow standard by @nndn3 in https://github.com/potpie-ai/potpie/pull/374
* feat: litellm retry by @nndn in https://github.com/potpie-ai/potpie/pull/375
* change warning to info on non errrs by @kinshuksinghbist in https://github.com/potpie-ai/potpie/pull/370
* Add hidden parameter to all create conversations API by @dhirenmathur in https://github.com/potpie-ai/potpie/pull/335
* feat: add sorting options to conversations API by @YashPatrot in https://github.com/potpie-ai/potpie/pull/376
* feat: add sort and order params to conversations list API by @TsainGra in https://github.com/potpie-ai/potpie/pull/377
* Update creator write permissions by @dhirenmathur in https://github.com/potpie-ai/potpie/pull/382
* feat: Added Unit tests for auth_service.py  by @harshit078 in https://github.com/potpie-ai/potpie/pull/381
* added graceful error handling in auth_router and auth_service by @anarchymonkey in https://github.com/potpie-ai/potpie/pull/380

## New Contributors
* @bnishit made their first contribution in https://github.com/potpie-ai/potpie/pull/363
* @KanavRajFarishta made their first contribution in https://github.com/potpie-ai/potpie/pull/364
* @aravindaak made their first contribution in https://github.com/potpie-ai/potpie/pull/369
* @xuweicheng made their first contribution in https://github.com/potpie-ai/potpie/pull/298
* @rahulshenoy27 made their first contribution in https://github.com/potpie-ai/potpie/pull/372
* @nndn3 made their first contribution in https://github.com/potpie-ai/potpie/pull/374
* @YashPatrot made their first contribution in https://github.com/potpie-ai/potpie/pull/376
* @TsainGra made their first contribution in https://github.com/potpie-ai/potpie/pull/377
* @harshit078 made their first contribution in https://github.com/potpie-ai/potpie/pull/381
* @anarchymonkey made their first contribution in https://github.com/potpie-ai/potpie/pull/380

**Full Changelog**: https://github.com/potpie-ai/potpie/compare/v0.1.5...v0.1.6