Skip to content

Commit

Permalink
Update CHANGES.md and bump to 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
joerivanruth committed Feb 4, 2025
1 parent 770f20c commit 963af04
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ New features since 1.8.2
Bug fixes


# 1.8.4

Bug fixes

* Fix MAPI protocol corruption bug caused by socket.send() being used in some
places rather than socket.sendall().

* When disconnecting, check that the socket hasn't already been closed
and dropped, for example by _sabotage().


# 1.8.3

Bug fixes only.
Expand Down
2 changes: 1 addition & 1 deletion pymonetdb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# Copyright 1997 - July 2008 CWI, August 2008 - 2016 MonetDB B.V.

# Set __version__ first, so the imported modules can access it.
__version__ = '1.8.4a0'
__version__ = '1.8.4'


from typing import Optional
Expand Down

0 comments on commit 963af04

Please sign in to comment.