Changelog#

+
+

9.0.0 5th November 2022

    +
  • [Breaking] #157: Rename project to pydis_core to allow for publishing to pypi.

  • +
+

8.2.1 18th September 2022

  • [Bug] #138: Bump Discord.py to 2.0.1.

  • @@ -357,7 +362,7 @@

8.1.0 16th August 2022

@@ -375,18 +380,18 @@

7.4.0 17th July 2022

7.3.1 16th July 2022

7.3.0 16th July 2022

@@ -398,7 +403,7 @@

7.2.1 30th June 2022

  • [Bug] #91: Add missing await to BotBase.ping_services in some cases.

  • [Bug] #91: Pass missing self parameter to BotBase.ping_services.

  • -
  • [Bug] #91: Fix incorrect docstring for botcore.utils.member.handle_role_change.

  • +
  • [Bug] #91: Fix incorrect docstring for pydis_core.utils.member.handle_role_change.

  • [Bug] #96: Fix attempts to connect to BotBase.statsd_url when it is None.

@@ -463,7 +468,7 @@

6.1.0 20th April 2022

    -
  • [Feature] #65: Add unqualify to the botcore.utils namespace for use in bots that manipulate extensions.

  • +
  • [Feature] #65: Add unqualify to the pydis_core.utils namespace for use in bots that manipulate extensions.

@@ -478,7 +483,7 @@

5.0.4 18th April 2022

    -
  • [Feature] #63: Allow passing an api_client to BotBase.__init__ to specify the botcore.site_api.APIClient instance to use.

  • +
  • [Feature] #63: Allow passing an api_client to BotBase.__init__ to specify the pydis_core.site_api.APIClient instance to use.

@@ -512,12 +517,12 @@

3.0.1 5th March 2022

    -
  • [Bug] #37: Setup log tracing when botcore.utils.logging is imported so that it can be used within botcore functions.

  • +
  • [Bug] #37: Setup log tracing when pydis_core.utils.logging is imported so that it can be used within pydis_core functions.

3.0.0 3rd March 2022

    -
  • [Breaking] #35: Move apply_monkey_patches() directly to botcore.utils namespace.

  • +
  • [Breaking] #35: Move apply_monkey_patches() directly to pydis_core.utils namespace.

@@ -528,7 +533,7 @@

2.0.0 22nd February 2022

  • [Breaking] #32: Migrate from discord.py 2.0a0 to disnake.

  • -
  • [Breaking] #35: Moved regex to botcore.utils namespace

  • +
  • [Breaking] #35: Moved regex to pydis_core.utils namespace

  • [Feature] #29: Port many common utilities from our bots:

    • caching

    • -- cgit v1.2.3