Skip to content

Commit

Permalink
changelog and version for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
tomweber-sas committed Jan 9, 2024
1 parent e7b1cee commit 585e5e6
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,36 @@



## [5.5.0] - 2024-01-09

### Added

- `None` Nothing added

### Changed

- `Tweak` A user contribution enhanced an error case where parsing an empty log due to the SAS session
being terminated returned a less than helpful error in the exception. This now would return a clear error
as to the problem.


- `Enhancement` Regarding a SAS process unexpectedly terminating out from under SASPy, you may have seen this or a similar
error message before: "No SAS process attached. SAS process has terminated unexpectedly." along with an arbitrary exception.
I've enhanced this case, like many other situations to now throw a new exception, SASIOConnectionTerminated, and to log the
message(s) previously returned (logger.fatal()). This should really have always been an exception as it is a fatal case where
the SAS session is no longer functional, since there's no SAS process connected anymore.


### Fixed

- `None` Nothing fixed

### Removed

- `None` Nothing removed



## [5.4.4] - 2023-11-02

### Added
Expand Down
2 changes: 1 addition & 1 deletion saspy/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '5.4.4'
__version__ = '5.5.0'

0 comments on commit 585e5e6

Please sign in to comment.