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

Bump aiogram from 3.3.0 to 3.4.1 #4

Merged
merged 1 commit into from
Feb 23, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2024

Bumps aiogram from 3.3.0 to 3.4.1.

Release notes

Sourced from aiogram's releases.

Hotfix

What's Changed

Full Changelog: aiogram/aiogram@v3.4.0...v3.4.1

Telegram Bot API 7.1

What's Changed

Full Changelog: aiogram/aiogram@v3.3.0...v3.4.0 https://docs.aiogram.dev/en/dev-3.x/changelog.html

Changelog

Sourced from aiogram's changelog.

3.4.1 (2024-02-17)

Bugfixes

  • Fixed JSON serialization of the :code:LinkPreviewOptions class while it is passed as bot-wide default options. [#1418](https://github.com/aiogram/aiogram/issues/1418) <https://github.com/aiogram/aiogram/issues/1418>_

3.4.0 (2024-02-16)

Features

  • Reworked bot-wide globals like :code:parse_mode, :code:disable_web_page_preview, and others to be more flexible.

    .. warning::

    Note that the old way of setting these global bot properties is now deprecated and will be removed in the next major release.
    

    [#1392](https://github.com/aiogram/aiogram/issues/1392) <https://github.com/aiogram/aiogram/issues/1392>_

  • A new enum :code:KeyboardButtonPollTypeType for :code:KeyboardButtonPollTypeType.type field has bed added. [#1398](https://github.com/aiogram/aiogram/issues/1398) <https://github.com/aiogram/aiogram/issues/1398>_

  • Added full support of Bot API 7.1 <https://core.telegram.org/bots/api-changelog#february-16-2024>_

    • Added support for the administrator rights :code:can_post_stories, :code:can_edit_stories, :code:can_delete_stories in supergroups.
    • Added the class :code:ChatBoostAdded and the field :code:boost_added to the class :code:Message for service messages about a user boosting a chat.
    • Added the field :code:sender_boost_count to the class :code:Message.
    • Added the field :code:reply_to_story to the class :code:Message.
    • Added the fields :code:chat and :code:id to the class :code:Story.
    • Added the field :code:unrestrict_boost_count to the class :code:Chat.
    • Added the field :code:custom_emoji_sticker_set_name to the class :code:Chat. [#1417](https://github.com/aiogram/aiogram/issues/1417) <https://github.com/aiogram/aiogram/issues/1417>_

Bugfixes

  • Update KeyboardBuilder utility, fixed type-hints for button method, adjusted limits of the different markup types to real world values. [#1399](https://github.com/aiogram/aiogram/issues/1399) <https://github.com/aiogram/aiogram/issues/1399>_
  • Added new :code:reply_parameters param to :code:message.send_copy because it hasn't been added there [#1403](https://github.com/aiogram/aiogram/issues/1403) <https://github.com/aiogram/aiogram/issues/1403>_

Improved Documentation

  • Add notion "Working with plural forms" in documentation Utils -> Translation

... (truncated)

Commits
  • 27dddff Update changelog + version
  • 53849b0 Fixed default LinkPreviewOptions JSON serialization (#1419)
  • eef50a2 Bump API version in the docs
  • eaa5662 Render changelog
  • 75323ac Added full support of Bot API 7.1 (#1417)
  • e5176b4 Update docs translation files
  • 18b32f0 Update changelog
  • 0cf5afe Add deprecation warnings to Bot properties
  • e6e2601 Fixed typehints in keyboard builder
  • 298e982 Add notion Working with plural forms in documentation (#1409)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 23, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/aiogram-3.4.1 branch 3 times, most recently from 27b5ffc to eb517b2 Compare February 23, 2024 15:21
Bumps [aiogram](https://github.com/aiogram/aiogram) from 3.3.0 to 3.4.1.
- [Release notes](https://github.com/aiogram/aiogram/releases)
- [Changelog](https://github.com/aiogram/aiogram/blob/dev-3.x/CHANGES.rst)
- [Commits](aiogram/aiogram@v3.3.0...v3.4.1)

---
updated-dependencies:
- dependency-name: aiogram
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/aiogram-3.4.1 branch from eb517b2 to 8cccccc Compare February 23, 2024 15:23
@salko-ua salko-ua merged commit ae22645 into main Feb 23, 2024
1 check passed
@dependabot dependabot bot deleted the dependabot/pip/aiogram-3.4.1 branch February 23, 2024 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant