Skip to content

Commit

Permalink
v0.2.0 — Case-insensitive dicts
Browse files Browse the repository at this point in the history
- Changed the capitalization of "User-agent" in the log format string constants to "User-Agent"
- The `cookies`, `env_vars`, `headers_in`, `headers_out`, `notes`, `trailers_in`, and `trailers_out` attributes of `LogEntry` are now all case-insensitive `dict`s.
  • Loading branch information
jwodder committed May 9, 2019
1 parent f0a3b3d commit 18b111e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v0.2.0 (in development)
-----------------------
v0.2.0 (2019-05-09)
-------------------
- Changed the capitalization of "User-agent" in the log format string constants
to "User-Agent"
- The `cookies`, `env_vars`, `headers_in`, `headers_out`, `notes`,
Expand Down
2 changes: 1 addition & 1 deletion apachelogs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
for more information.
"""

__version__ = '0.2.0.dev1'
__version__ = '0.2.0'
__author__ = 'John Thorvald Wodder II'
__author_email__ = 'apachelogs@varonathe.org'
__license__ = 'MIT'
Expand Down
4 changes: 2 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Changelog
=========

v0.2.0 (in development)
-----------------------
v0.2.0 (2019-05-09)
-------------------
- Changed the capitalization of "User-agent" in the log format string constants
to "User-Agent"
- The ``cookies``, ``env_vars``, ``headers_in``, ``headers_out``, ``notes``,
Expand Down

0 comments on commit 18b111e

Please sign in to comment.