diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 086bfe3c77..d640179b54 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -35,7 +35,7 @@ jobs: run: sudo apt-get install -y protobuf-compiler - name: Install dependencies - run: pnpm install + run: pnpm install -r --no-frozen-lockfile - name: Build packages run: pnpm run build diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a4af4e5f6..4646b5f74a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,160 @@ # Changelog +## [v0.1.7](https://github.com/elizaOS/eliza/tree/v0.1.7) (2025-01-04) + +[Full Changelog](https://github.com/elizaOS/eliza/compare/v0.1.7-alpha.2...v0.1.7) + +**Implemented enhancements:** + +- Implement Caching for API Responses [\#1794](https://github.com/elizaOS/eliza/issues/1794) +- Implement Caching for API Responses [\#1792](https://github.com/elizaOS/eliza/issues/1792) +- Implement Caching for API Responses [\#1791](https://github.com/elizaOS/eliza/issues/1791) +- Implement Caching for API Responses [\#1789](https://github.com/elizaOS/eliza/issues/1789) +- Feature Request: Implement Enhanced Error Logging for API Calls [\#1736](https://github.com/elizaOS/eliza/issues/1736) +- Implement feature for issue \#1725 on repository elizaOS/eliza branch develop [\#1734](https://github.com/elizaOS/eliza/issues/1734) +- Enhance API Documentation [\#1732](https://github.com/elizaOS/eliza/issues/1732) +- Implement feature for issue \#1725 [\#1731](https://github.com/elizaOS/eliza/issues/1731) +- Implement feature for issue \#1725 [\#1730](https://github.com/elizaOS/eliza/issues/1730) +- Enhance API Documentation [\#1729](https://github.com/elizaOS/eliza/issues/1729) +- Implement a Caching Mechanism for API Responses [\#1726](https://github.com/elizaOS/eliza/issues/1726) +- Implement a Structured Logging Framework [\#1724](https://github.com/elizaOS/eliza/issues/1724) +- Add support for Coinbase Commerce integration [\#1723](https://github.com/elizaOS/eliza/issues/1723) +- Serve docusaurus docs from a docker container for quick docs verification [\#1720](https://github.com/elizaOS/eliza/issues/1720) +- Use Caret \(^\) for Dependency Versions in package.json [\#1662](https://github.com/elizaOS/eliza/issues/1662) +- Deduplicate dependencies across plugins and move shared dependencies to the root package.json [\#1658](https://github.com/elizaOS/eliza/issues/1658) +- Deduplicate Dependencies Across Plugins [\#1656](https://github.com/elizaOS/eliza/issues/1656) +- Deduplicate Dependencies Across Plugins [\#1652](https://github.com/elizaOS/eliza/issues/1652) +- Deduplicate Dependencies Across Plugins [\#1650](https://github.com/elizaOS/eliza/issues/1650) +- Viem version too old to include Arthera EVM chain [\#1635](https://github.com/elizaOS/eliza/issues/1635) +- Add Spanish Translation for Documentation README \(docs/README\_es.md\) [\#1592](https://github.com/elizaOS/eliza/issues/1592) +- Expand Support for Non-OpenAI Models in Token Trimming [\#1565](https://github.com/elizaOS/eliza/issues/1565) +- spades [\#1563](https://github.com/elizaOS/eliza/issues/1563) +- Support better in-monorepo navigation with custom conditions [\#1363](https://github.com/elizaOS/eliza/issues/1363) +- Add Livepeer as an Image Generation Provider [\#1271](https://github.com/elizaOS/eliza/issues/1271) +- Arbitrum Integration [\#851](https://github.com/elizaOS/eliza/issues/851) +- Twitter Spaces Voice Client [\#301](https://github.com/elizaOS/eliza/issues/301) +- 🐛 fix plugins.md formatting for docs with dockerized docs validation [\#1722](https://github.com/elizaOS/eliza/pull/1722) ([marcellodesales](https://github.com/marcellodesales)) + +**Fixed bugs:** + +- Fix: Standardize ACTION\_INTERVAL unit to minutes in Twitter client [\#1788](https://github.com/elizaOS/eliza/issues/1788) +- pdf js crashes the agent [\#1751](https://github.com/elizaOS/eliza/issues/1751) +- Failed to run on Macbook M1 [\#1742](https://github.com/elizaOS/eliza/issues/1742) +- Issue Created: http proxy error: /e0e10e6f-ff2b-0d4c-8011-1fc1eee7cb32/message [\#1733](https://github.com/elizaOS/eliza/issues/1733) +- can't build framework - followed quick start - pnpm build error [\#1714](https://github.com/elizaOS/eliza/issues/1714) +- Google Model Not Working [\#1709](https://github.com/elizaOS/eliza/issues/1709) +- failed: @elizaos/plugin-echochambers\#build [\#1691](https://github.com/elizaOS/eliza/issues/1691) +- initial setup not working. help needed please. [\#1666](https://github.com/elizaOS/eliza/issues/1666) +- ImageDescriptionService [\#1643](https://github.com/elizaOS/eliza/issues/1643) +- Dockerfile errors when building image [\#1623](https://github.com/elizaOS/eliza/issues/1623) +- Initial setup based on docs not working [\#1622](https://github.com/elizaOS/eliza/issues/1622) +- Running Eliza with LLAMALOCAL fails after first query [\#1575](https://github.com/elizaOS/eliza/issues/1575) +- Quick start guide bug - pnpm start [\#1552](https://github.com/elizaOS/eliza/issues/1552) +- callback throws - \["⛔ TypeError: callback is not a function"\] - when action is called from the Twitter Client [\#1544](https://github.com/elizaOS/eliza/issues/1544) +- Bug: generateText is ignoring dynamic parameters due to a hard-coded model class [\#1439](https://github.com/elizaOS/eliza/issues/1439) +- fix: Slack client Media type implementation missing required properties in message attachments [\#1384](https://github.com/elizaOS/eliza/issues/1384) +- Error when trying deploy using dockerfile [\#1168](https://github.com/elizaOS/eliza/issues/1168) + +**Closed issues:** + +- Pull Request Created: Simulate discord typing while generating a response [\#1786](https://github.com/elizaOS/eliza/issues/1786) +- Fix Public Solana Wallet Not Found! [\#1781](https://github.com/elizaOS/eliza/issues/1781) +- \