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

Release v0.11.0 #484

Merged
merged 33 commits into from Aug 30, 2023
Merged

Release v0.11.0 #484

merged 33 commits into from Aug 30, 2023

Conversation

sergeyklay
Copy link
Collaborator

@sergeyklay sergeyklay commented Aug 30, 2023

Closes #480

rcy17 and others added 30 commits March 5, 2023 19:27
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.3.0...v3.4.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.4.0...v3.5.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…in the password and handling invalid IPv6 URLs. (#461)

* Added new tests for connection strings with special characters in password and invalid IPv6 password.

* Fix code style issue

---------

Co-authored-by: Serghei Iakovlev <egrep@protonmail.ch>
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.5.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.5.0...v3.5.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit refactors the search_url_config function to improve its
readability and maintainability by reducing its cyclomatic complexity. The
function has been split into smaller, more focused functions, each
responsible for handling a specific search scheme or task.

This refactoring makes the code more modular and easier to understand, while
also simplifying testing and further development.
- Expand variables referenced as `$VAR` or `${VAR}`.
- Detect infinite recursion in expansion (self-reference).
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4.5.0...v4.6.0)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
to correct a typo in README
and to make the tox.ini consistent by dropping the rc1 for Django 4.2
♻️Refactor the README and tox.ini
update changelog for Django 4.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.5.2...v3.5.3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.6.0 to 4.6.1.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4.6.0...v4.6.1)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
* handle inline comments, and ignore spaces outside quotes

* fixed codestyle issues

* updated release notes

* fixed new linting issue, improved example in changelog

* included suggestions

---------

Co-authored-by: Serghei Iakovlev <egrep@protonmail.ch>
The argument is already documented but not implemented yet.
Fixes #415
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.6.1 to 4.7.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4.6.1...v4.7.0)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot bot and others added 2 commits August 28, 2023 20:00
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 3.6.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.5.3...v3.6.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@sergeyklay sergeyklay requested a review from joke2k August 30, 2023 10:32
@sergeyklay sergeyklay self-assigned this Aug 30, 2023
@sergeyklay sergeyklay added the release Project release label Aug 30, 2023
@coveralls
Copy link

coveralls commented Aug 30, 2023

Coverage Status

coverage: 92.5% (+0.9%) from 91.635% when pulling cbff150 on develop into 8874288 on main.

Copy link
Owner

@joke2k joke2k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code review is ok and test suite passes.

@joke2k joke2k merged commit 4a21fd1 into main Aug 30, 2023
51 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Project release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ask for next release