Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency maubot/maubot to v0.5.0 #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

amandahla
Copy link
Owner

@amandahla amandahla commented Oct 7, 2024

This PR contains the following updates:

Package Update Change
maubot/maubot minor 0.4.0 -> 0.5.0

Release Notes

maubot/maubot (maubot/maubot)

v0.5.0

Compare Source

  • Dropped Python 3.9 support.
  • Updated Docker image to Alpine 3.20.
  • Updated mautrix-python to 0.20.6 to support authenticated media.
  • Removed hard dependency on SQLAlchemy.
  • Fixed main_class to default to being loaded from the last module instead of
    the first if a module name is not explicitly specified.
    • This was already the documented behavior,
      and loading from the first module doesn't make sense due to import order.
  • Added simple scheduler utility for running background tasks periodically or
    after a certain delay.
  • Added testing framework for plugins (thanks to @​abompard in #​225).
  • Changed mbc build to ignore directories declared in modules that are
    missing an __init__.py file.
    • Importing the modules at runtime would fail and break the plugin.
      To include non-code resources outside modules in the mbp archive,
      use extra_files instead.

v0.4.2

Compare Source

  • Updated Pillow to 10.0.1.
  • Updated Docker image to Alpine 3.18.
  • Added logging for errors for /whoami errors when adding new bot accounts.
  • Added support for using appservice tokens (including appservice encryption)
    in standalone mode.

v0.4.1

Compare Source

  • Added in_thread parameter to evt.reply() and evt.respond().
    • By default, responses will go to the thread if the command is in a thread.
    • By setting the flag to True or False, the plugin can force the response
      to either be or not be in a thread.
  • Fixed static files like the frontend app manifest not being served correctly.
  • Fixed self.loader.meta not being available to plugins in standalone mode.
  • Updated to mautrix-python v0.19.6.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@amandahla amandahla force-pushed the renovate/maubot-maubot-0.x branch from b28f7fe to 5511436 Compare October 7, 2024 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants