xref: /openbmc/obmc-console/CHANGELOG.md (revision 4e44c790)
1# Changelog
2
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6and this project adheres to
7[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8
9Change categories:
10
11- Added
12- Changed
13- Deprecated
14- Removed
15- Fixed
16- Security
17
18## [Unreleased]
19
20### Added
21
221. console-server: Add PTY support for testing purposes
232. console-server: Add --console-id option
24
25### Changed
26
271. The `xyz.openbmc_project.console` interface is only published if the
28   underlying TTY device is a UART and not a VUART nor PTY (where baud is not
29   applicable)
30
312. console-server: Don't require a configuration file
32
33   Passing the `--config` option is no longer required when invoking
34   `obmc-console-server`.
35
36### Deprecated
37
381. obmc-console: Introduce console-id, deprecate socket-id
39
40   Deprecate the `socket-id` key in the configuration schema. Uses of
41   `socket-id` should be directly replaced with `console-id`.
42