Skip to content

Commit

Permalink
Prepare for the 1.3.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
  • Loading branch information
jeremycline committed May 31, 2017
1 parent 010466a commit f38e699
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,36 @@ Changelog
1.3.0
=====

Refactors
---------

* Merge the fmn.sse repository into the fmn repository.

* Merge the fmn.web repository into the fmn repository.

Rule Changes
------------

* Taskotron rules: Particular tasks can now be matched using wildcards (PR #197).

* Taskotron rules: add abicheck as a critical task (PR #198).

Performance Improvements
------------------------

* Loading rules is now cached in memory which speeds up user creation by several
orders of magnitude: creating 100 users went from 221 seconds to 3.3
(Issue #191).

* The map of rule strings to rule Python objects is now cached which improves
preference loading time by approximately an order of magnitude.

Bugfixes
--------

* Fix a bug where cache regions were configured to never expire cached keys
(Issue #194).


1.2.1
=====
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
# built documents.
#
# The short X.Y version.
version = '1.1'
version = '1.3'
# The full version, including alpha/beta/rc tags.
release = '1.1.0'
release = '1.3.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def get_requirements(filename='requirements.txt'):

setup(
name='fmn',
version='1.2.1',
version='1.3.0',
description='Library for fedmsg Notifications',
long_description=get_description(),
author='Fedora Infrastructure Team',
Expand Down

0 comments on commit f38e699

Please sign in to comment.