Skip to content

Commit

Permalink
Bump versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
khk-globus committed Apr 4, 2023
1 parent 0c588ae commit 71a350c
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 24 deletions.

This file was deleted.

7 changes: 0 additions & 7 deletions changelog.d/20230330_005243_kevin_max_idle_s_after_work.rst

This file was deleted.

This file was deleted.

29 changes: 29 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,35 @@ Changelog

.. scriv-insert-here
.. _changelog-1.0.13:

funcx & funcx-endpoint v1.0.13
------------------------------

New Functionality
^^^^^^^^^^^^^^^^^

- Add two items to the ``Config`` object: ``idle_heartbeats_soft`` and
``idle_heartbeats_hard``. If set, the endpoint will auto-shutdown after the
specified number of heartbeats with no work to do.

Bug Fixes
^^^^^^^^^

- Address broken login-flow, introduced in v1.0.12 when attempting to start an
endpoint. This affected users with invalid or missing credentials. (e.g.,
new users or new installs).

Removed
^^^^^^^

- Removed all Search-related functionality.

Deprecated
^^^^^^^^^^

- Deprecated all Search-related arguments to ``FuncXClient`` methods.

.. _changelog-1.0.12:

funcx & funcx-endpoint v1.0.12
Expand Down
2 changes: 1 addition & 1 deletion funcx_endpoint/funcx_endpoint/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# single source of truth for package version,
# see https://packaging.python.org/en/latest/single_source_version/
__version__ = "1.0.12"
__version__ = "1.0.13"

# TODO: remove after a `funcx` release
# this variable is needed because it's imported by `funcx` to do the version check
Expand Down
2 changes: 1 addition & 1 deletion funcx_sdk/funcx/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# single source of truth for package version,
# see https://packaging.python.org/en/latest/single_source_version/
__version__ = "1.0.12"
__version__ = "1.0.13"


def compare_versions(
Expand Down

0 comments on commit 71a350c

Please sign in to comment.