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

Version 6.0.0 merge request #292

Merged
merged 28 commits into from
Oct 7, 2024
Merged

Version 6.0.0 merge request #292

merged 28 commits into from
Oct 7, 2024

Conversation

franjuan
Copy link
Contributor

@franjuan franjuan commented Oct 4, 2024

[6.0.0] - 2024-XX-XX

Changed

  • Extended supported Python versions to 10, 11 and 12
  • Added time zones in date operations
  • Jobs API reviewed and fixed. Jobs searching by type and friendlyName discontinued as it is not supported by API.
    Jobs API unit test checked and enabled
  • Added timeout to unit tests of API queries. They may run forever when faulty

Fixed

  • Keep-alive mechanism not working for queries with destination. Forcing NO_KEEPALIVE_TOKEN in queries with
    destination.
  • SSL wrapping of the TCP connection when no certificates are used improved
  • Fix auxiliary Echo serving for unit testing in order to run with new async paradigm
  • Documentation fixes. Some parameters missing or non-existent in docstring
  • Fix for a unit test when using concurrency (from library stopit to pebble)

Removed

  • Python 3.8 support discontinued

Incompatibilities with 5.x.x that caused mayor version bump

  • Python 3.8 not supported anymore
  • Jobs searching by type and friendlyName discontinued in Jobs API. Only search by id filtering is supported.
  • Date requires time zone
  • Query with destination are forced to NO_KEEPALIVE_TOKEN mode for Keep-alive mechanism (instead of
    DEFAULT_KEEPALIVE_TOKEN)

franjuan and others added 23 commits September 10, 2024 18:36
some deprecated arguments for TLS removed
non existent parameters in docstring
some deprecated arguments for TLS removed
non existent parameters in docstring
some deprecated arguments for TLS removed
non existent parameters in docstring
@franjuan franjuan requested review from Worvast and angel-devo October 4, 2024 19:04
@pep8speaks
Copy link

pep8speaks commented Oct 4, 2024

Hello @franjuan! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻

Comment last updated at 2024-10-04 20:06:15 UTC

@Worvast
Copy link
Member

Worvast commented Oct 7, 2024

You need force the MR because i commit without sign my commit. I need to fix it for the next ones, new laptop :P

@Worvast Worvast merged commit 25a56f6 into master Oct 7, 2024
11 checks passed
@franjuan franjuan deleted the python12support branch October 7, 2024 12: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.

3 participants