Skip to content

Commit

Permalink
Merge tag '1.1.2' into develop
Browse files Browse the repository at this point in the history
1.1.2
  • Loading branch information
TB-1993 committed Nov 1, 2024
2 parents 4413f0e + b00cdab commit 4a844c6
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,27 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [1.1.2](https://github.com/rdkcentral/python_raft/compare/1.1.1...1.1.2)

- GH95 - Standardise console classes [`#106`](https://github.com/rdkcentral/python_raft/pull/106)
- GH93 - Upgrade ConfigParser class to work with includes [`#103`](https://github.com/rdkcentral/python_raft/pull/103)
- Fix #84 - Fixed options for cli selection of slot and rack [`#84`](https://github.com/rdkcentral/python_raft/issues/84)
- Fix #109: Fixed telnet console inconsistencies [`#109`](https://github.com/rdkcentral/python_raft/issues/109)
- Fix #109: Updated added timeout option to all console classes [`#109`](https://github.com/rdkcentral/python_raft/issues/109)
- standardise console interface and consoles and make waitForPrompt available for all consoles [`d0c5f36`](https://github.com/rdkcentral/python_raft/commit/d0c5f36f8614ee1bc0061fc678a9f1026c1558cf)
- define waitForPrompt in the abstract class and update docstrings [`144b0c4`](https://github.com/rdkcentral/python_raft/commit/144b0c43c219dacba76068eb90d33c43db7680d6)
- add logic to process includes in configParser [`a3db64d`](https://github.com/rdkcentral/python_raft/commit/a3db64dc6d6940244bf01449644487936b67a058)

#### [1.1.1](https://github.com/rdkcentral/python_raft/compare/1.1.0...1.1.1)

> 26 September 2024
- Feature/fix97 serial support [`#102`](https://github.com/rdkcentral/python_raft/pull/102)
- fixed #97 removed commented lines [`#97`](https://github.com/rdkcentral/python_raft/issues/97)
- fix #97 - upgraded LF in sessions [`#97`](https://github.com/rdkcentral/python_raft/issues/97)
- bug #97 sshconsole - Added a proper definition for the open interactive shell and removed read calls from the SSH write operation. [`fbdfba4`](https://github.com/rdkcentral/python_raft/commit/fbdfba48dd39f682e7a9f419d490c476af7d4cca)
- bumped changelog [`d288dbf`](https://github.com/rdkcentral/python_raft/commit/d288dbfe3520344a287ad3c8935ac47f12bed7ce)
- updated #97 - self.console.set_missing_host_key_policy [`3ce3839`](https://github.com/rdkcentral/python_raft/commit/3ce3839500e6922b9e2d60f07af6c891c2d309b0)
- bug #97 - corrected typos [`4091fee`](https://github.com/rdkcentral/python_raft/commit/4091fee69dd7636e3a9e11f31ce3590a6f634de9)

#### [1.1.0](https://github.com/rdkcentral/python_raft/compare/1.0.0...1.1.0)

Expand Down

0 comments on commit 4a844c6

Please sign in to comment.