Skip to content

v0.4.0

Choose a tag to compare

@operationETH operationETH released this 16 Aug 10:38
· 15 commits to main since this release

What's Changed

features

  • added an absulli API key foundation for future integrations
  • added new book notifications (#30)
  • added new podcast notifications (#31)
  • added new podcast episode notifications
  • added per-agent notification triggers
  • added per-agent notification delivery tracking
  • added delivery failure details to the notification log
  • added notification service icons
  • added pagination and filtering to the notification log
  • added a clear notification log button

database migration

  • added a new alembic database migration for per-agent notification delivery records

Note

NOT A BREAKING CHANGE
database migrations run automatically on startup with no manual upgrade step required. after pulling the update, keep an eye on the logs to make sure absulli starts successfully.


fixes

  • improved notification log mobile layout
  • redacted sensitive notification URLs from stored and logged delivery errors
  • improved settings layout and controls

support

  • added an absulli discord server for community support

maintenance

  • build(deps): bump fastapi from 0.140.5 to 0.141.1 by @dependabot[bot] in #29
  • build(deps): bump uvicorn from 0.51.0 to 0.52.1 by @dependabot[bot] in #28
  • build(deps): bump alembic from 1.18.5 to 1.19.1 by @dependabot[bot] in #37
  • build(deps): bump sqlalchemy from 2.0.51 to 2.0.52 by @dependabot[bot] in #36
  • build(deps): bump uvicorn from 0.52.1 to 0.52.2 by @dependabot[bot] in #35
  • build(deps): bump pydantic-settings from 2.14.2 to 2.15.0 by @dependabot[bot] in #33

Full Changelog: v0.3.0...v0.4.0