-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
Add option to disable automatic member chunking #1084
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FasterSpeeding
previously approved these changes
Apr 1, 2022
davfsa
reviewed
Apr 1, 2022
Co-authored-by: Lucina <[email protected]>
FasterSpeeding
approved these changes
Apr 9, 2022
thesadru
added a commit
to thesadru/hikari
that referenced
this pull request
Jul 6, 2022
* Don't error on out-of-spec http status codes. (hikari-py#1121) * Fix unicode decode error caused by `latin-1` encoding when sending the banner (hikari-py#1120) * Fix unicode decode error caused by `latin-1` encoding when sending the banner * Rename changelog fragment * Bump pyright from 1.1.234 to 1.1.235 (hikari-py#1124) Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.234 to 1.1.235. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.234...v1.1.235) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Don't close low-level stdout stream when printing banner (hikari-py#1125) * Improve pyright support (hikari-py#1108) * Improve pyright support Ignored all pyright errors that go against the design patterns of hikari. * Include fragment * Re-enable actual issues * Include examples * Speed hikari up by almost an entire microsecond * reportUnnecessaryTypeIgnoreComment * Make event manager Waiter private * Further improve support recommended by dav * Remove TypeError references where not raised * Remove unused import * Remove sussy TypeError reference * Apply recommended changes * Implement pagination for fetch_bans method (hikari-py#1119) * Add option to disable automatic member chunking (hikari-py#1084) Co-authored-by: Lucina <[email protected]> * Bump actions/upload-artifact from 2 to 3 (hikari-py#1130) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump pyright from 1.1.235 to 1.1.236 (hikari-py#1129) Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.235 to 1.1.236. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.235...v1.1.236) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump actions/download-artifact from 2 to 3 (hikari-py#1131) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump pyright from 1.1.236 to 1.1.237 (hikari-py#1135) Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.236 to 1.1.237. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.236...v1.1.237) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump flake8-html from 0.4.1 to 0.4.2 (hikari-py#1136) * Bump flake8-html from 0.4.1 to 0.4.2 Bumps [flake8-html](https://github.com/lordmauve/flake8-html) from 0.4.1 to 0.4.2. - [Release notes](https://github.com/lordmauve/flake8-html/releases) - [Changelog](https://github.com/lordmauve/flake8-html/blob/master/HISTORY.rst) - [Commits](lordmauve/flake8-html@v0.4.1...v0.4.2) --- updated-dependencies: - dependency-name: flake8-html dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update flake8-requirements.txt Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: davfsa <[email protected]> * Fix docs examples for hikari.Permissions (hikari-py#1137) * Fix examples and explanation for hikari.Permissions * update previous commit * fix typos * fix formatting error * Bump pyright from 1.1.237 to 1.1.239 (hikari-py#1140) Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.237 to 1.1.239. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.237...v1.1.239) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump pytest from 7.1.1 to 7.1.2 (hikari-py#1142) Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.1 to 7.1.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@7.1.1...7.1.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump github/codeql-action from 1 to 2 (hikari-py#1143) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v1...v2) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Simplify logic for snowflake min and max (hikari-py#1128) * fix: locale polish (hikari-py#1144) * fix locale polish * add changelog * Bump pyright from 1.1.239 to 1.1.241 (hikari-py#1146) Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.239 to 1.1.241. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.239...v1.1.241) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mypy from 0.942 to 0.950 (hikari-py#1147) Bumps [mypy](https://github.com/python/mypy) from 0.942 to 0.950. - [Release notes](https://github.com/python/mypy/releases) - [Commits](python/mypy@v0.942...v0.950) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump pyright from 1.1.241 to 1.1.243 (hikari-py#1151) Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.241 to 1.1.243. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.241...v1.1.243) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump flake8-print from 4.0.0 to 5.0.0 (hikari-py#1150) Bump flake8-print from 4.0.0 to 5.0.0 Bumps [flake8-print](https://github.com/jbkahn/flake8-print) from 4.0.0 to 5.0.0. - [Release notes](https://github.com/jbkahn/flake8-print/releases) - [Commits](https://github.com/jbkahn/flake8-print/commits) --- updated-dependencies: - dependency-name: flake8-print dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump pyright from 1.1.243 to 1.1.244 (hikari-py#1153) Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.243 to 1.1.244. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.243...v1.1.244) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Removed AutocompleteInteraction.resolved (hikari-py#1152) * Bump pyright from 1.1.244 to 1.1.245 (hikari-py#1154) Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.244 to 1.1.245. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.244...v1.1.245) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump pyright from 1.1.245 to 1.1.246 (hikari-py#1156) Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.245 to 1.1.246. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.245...v1.1.246) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump flake8-comprehensions from 3.8.0 to 3.9.0 (hikari-py#1157) Bumps [flake8-comprehensions](https://github.com/adamchainz/flake8-comprehensions) from 3.8.0 to 3.9.0. - [Release notes](https://github.com/adamchainz/flake8-comprehensions/releases) - [Changelog](https://github.com/adamchainz/flake8-comprehensions/blob/main/HISTORY.rst) - [Commits](adamchainz/flake8-comprehensions@3.8.0...3.9.0) --- updated-dependencies: - dependency-name: flake8-comprehensions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump pytest-randomly from 3.11.0 to 3.12.0 (hikari-py#1158) Bumps [pytest-randomly](https://github.com/pytest-dev/pytest-randomly) from 3.11.0 to 3.12.0. - [Release notes](https://github.com/pytest-dev/pytest-randomly/releases) - [Changelog](https://github.com/pytest-dev/pytest-randomly/blob/main/HISTORY.rst) - [Commits](pytest-dev/pytest-randomly@3.11.0...3.12.0) --- updated-dependencies: - dependency-name: pytest-randomly dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump coverage[toml] from 6.3.2 to 6.3.3 (hikari-py#1159) Bumps [coverage[toml]](https://github.com/nedbat/coveragepy) from 6.3.2 to 6.3.3. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@6.3.2...6.3.3) --- updated-dependencies: - dependency-name: coverage[toml] dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump pyright from 1.1.246 to 1.1.247 (hikari-py#1161) Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.246 to 1.1.247. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.246...v1.1.247) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump flake8-black from 0.3.2 to 0.3.3 (hikari-py#1160) Bumps [flake8-black](https://github.com/peterjc/flake8-black) from 0.3.2 to 0.3.3. - [Release notes](https://github.com/peterjc/flake8-black/releases) - [Commits](peterjc/flake8-black@v0.3.2...v0.3.3) --- updated-dependencies: - dependency-name: flake8-black dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump flake8-comprehensions from 3.9.0 to 3.10.0 (hikari-py#1163) * Bump flake8-comprehensions from 3.9.0 to 3.10.0 Bumps [flake8-comprehensions](https://github.com/adamchainz/flake8-comprehensions) from 3.9.0 to 3.10.0. - [Release notes](https://github.com/adamchainz/flake8-comprehensions/releases) - [Changelog](https://github.com/adamchainz/flake8-comprehensions/blob/main/HISTORY.rst) - [Commits](adamchainz/flake8-comprehensions@3.9.0...3.10.0) --- updated-dependencies: - dependency-name: flake8-comprehensions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Make sure build methods are typed consistently (hikari-py#1164) * Make sure build methods are typed as returning MutableMapping * Swap JSONObject and JSONArray over to Sequence and Mapping * Bump pyright from 1.1.247 to 1.1.248 (hikari-py#1167) Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.247 to 1.1.248. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.247...v1.1.248) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump coverage[toml] from 6.3.3 to 6.4 (hikari-py#1168) Bumps [coverage[toml]](https://github.com/nedbat/coveragepy) from 6.3.3 to 6.4. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@6.3.3...6.4) --- updated-dependencies: - dependency-name: coverage[toml] dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Add data classes to `hikari.api.config.__all__` (hikari-py#1169) * Bump pyright from 1.1.248 to 1.1.249 (hikari-py#1171) Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.248 to 1.1.249. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.248...v1.1.249) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mypy from 0.950 to 0.960 (hikari-py#1170) Bumps [mypy](https://github.com/python/mypy) from 0.950 to 0.960. - [Release notes](https://github.com/python/mypy/releases) - [Commits](python/mypy@v0.950...v0.960) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump pyright from 1.1.249 to 1.1.250 (hikari-py#1175) Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.249 to 1.1.250. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.249...v1.1.250) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump pyright from 1.1.250 to 1.1.251 (hikari-py#1176) Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.250 to 1.1.251. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.250...v1.1.251) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump coverage[toml] from 6.4 to 6.4.1 (hikari-py#1177) Bumps [coverage[toml]](https://github.com/nedbat/coveragepy) from 6.4 to 6.4.1. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@6.4...6.4.1) --- updated-dependencies: - dependency-name: coverage[toml] dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Merge mention object into message object (hikari-py#1149) * Add hikari-crescent to command handlers in README (hikari-py#1180) * add crescent to README * add back blank line * towncrier * reformat * Delete fragment file Just a readme change, no need for a changelog fragment Co-authored-by: davfsa <[email protected]> * Bump pyright from 1.1.251 to 1.1.252 (hikari-py#1181) Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.251 to 1.1.252. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.251...v1.1.252) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump mypy from 0.960 to 0.961 (hikari-py#1182) Bumps [mypy](https://github.com/python/mypy) from 0.960 to 0.961. - [Release notes](https://github.com/python/mypy/releases) - [Commits](python/mypy@v0.960...v0.961) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump pyright from 1.1.252 to 1.1.253 (hikari-py#1183) Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.252 to 1.1.253. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.252...v1.1.253) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump actions/setup-python from 3 to 4 (hikari-py#1184) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump pyright from 1.1.253 to 1.1.254 (hikari-py#1188) Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.253 to 1.1.254. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.253...v1.1.254) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump pyright from 1.1.254 to 1.1.255 (hikari-py#1194) Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.254 to 1.1.255. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.254...v1.1.255) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Application permissions v2 (hikari-py#1148) * Remove dollar sign from identify payload (hikari-py#1190) * Keep message reference when updating cache messages (hikari-py#1192) - Deserialize `referenced_message` as the partial message it is * Prevent clogging up actions by a single PR (hikari-py#1193) * Prepare for release of 2.0.0.dev109 (hikari-py#1196) Prepare for release of version 2.0.0.dev109 Co-authored-by: hikari-bot <90276125+hikari-bot[bot]@users.noreply.github.com> * Bump to development version (2.0.0.dev110) * Bump slotscheck from 0.14.0 to 0.14.1 (hikari-py#1197) Bumps [slotscheck](https://github.com/ariebovenberg/slotscheck) from 0.14.0 to 0.14.1. - [Release notes](https://github.com/ariebovenberg/slotscheck/releases) - [Changelog](https://github.com/ariebovenberg/slotscheck/blob/main/CHANGELOG.rst) - [Commits](ariebovenberg/slotscheck@v0.14.0...v0.14.1) --- updated-dependencies: - dependency-name: slotscheck dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump pyright from 1.1.255 to 1.1.256 (hikari-py#1199) Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.255 to 1.1.256. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.255...v1.1.256) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump black from 22.3.0 to 22.6.0 (hikari-py#1198) Bumps [black](https://github.com/psf/black) from 22.3.0 to 22.6.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@22.3.0...22.6.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update safety requirement from ~=1.10.3 to ~=2.0.0 (hikari-py#1200) Updates the requirements on [safety](https://github.com/pyupio/safety) to permit the latest version. - [Release notes](https://github.com/pyupio/safety/releases) - [Changelog](https://github.com/pyupio/safety/blob/develop/CHANGELOG.md) - [Commits](pyupio/safety@1.10.3...2.0.0) --- updated-dependencies: - dependency-name: safety dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Improve ci-done workflow (hikari-py#1202) Signed-off-by: davfsa <[email protected]> * Add the `app_permissions` field to command and component interactions (hikari-py#1201) * Use right roles in `objects.inv` file (hikari-py#1173) * Implement text in voice (hikari-py#1179) * Bump pyright from 1.1.256 to 1.1.257 (hikari-py#1203) Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.256 to 1.1.257. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.256...v1.1.257) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Add app_permissions to ModalInteraction Co-authored-by: Lucina <[email protected]> Co-authored-by: davfsa <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: sadru <[email protected]> Co-authored-by: Jonxslays <[email protected]> Co-authored-by: CircuitSacul <[email protected]> Co-authored-by: S. Rahim <[email protected]> Co-authored-by: Leo Developer <[email protected]> Co-authored-by: Lunarmagpie <[email protected]> Co-authored-by: hikari-bot[bot] <90276125+hikari-bot[bot]@users.noreply.github.com> Co-authored-by: PerchunPak <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Added kwarg to GatewayBot and EventManagerImpl which, when set to True, will prevent automatic chunking. I named it
disable_member_chunking
because that seemed to be the clearest.Checklist
nox
and all the pipelines have passed.Related issues
#882