Skip to content

Commit

Permalink
Set version 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
icgood committed May 16, 2016
1 parent f386eb7 commit b8cccd1
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@

# Change Log

## [3.2] - 2016-05-16

### Added

- The [`parseline`][5] function is now exposed and documented.
- The `slimta.logging.log_exception` function may now be replaced with custom
functions, for special error handling scenarios.

### Changed

- Unit tests are now run with `py.test` instead of `nosetests`.
- Exception log lines will now include up to 10,000 characters of the traceback
string.
- Socket errors are no longer logged as unhandled errors and do not include a
traceback.
- `socket.gaierror` failures are now caught and ignored during PTR lookup.

### Fixed

- Correctly set an empty greenlet pool in `EdgeServer` constructor.
- Corrected a potential duplicate relay scenario in `Queue`.
- `Reply` encoding and decoding now works correctly in Python 2.x.
- Fixed `httplib` imports in Python 3.3.

## [3.1] - 2016-02-04

### Added
Expand Down Expand Up @@ -65,5 +89,8 @@
[2]: https://github.com/saghul/pycares
[3]: http://www.dnspython.org/
[4]: https://pythonhosted.org/six/
[5]: https://docs.slimta.org/en/latest/api/slimta.logging.html#slimta.logging.parseline
[3.0]: https://github.com/slimta/python-slimta/issues?q=milestone%3A3.0
[3.1]: https://github.com/slimta/python-slimta/issues?q=milestone%3A3.1
[3.2]: https://github.com/slimta/python-slimta/issues?q=milestone%3A3.2

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@


setup(name='python-slimta',
version='3.1.0',
version='3.2.0',
author='Ian Good',
author_email='[email protected]',
description='Lightweight, asynchronous SMTP libraries.',
Expand Down

0 comments on commit b8cccd1

Please sign in to comment.