Skip to content

Releases: spring-projects/spring-shell

3.1.9

26 Feb 14:27
Compare
Choose a tag to compare

Generic Notes

Fixes

This release contains some notable changes:

  • Builds on spring-boot 3.1.9
  • Builds on jline 3.25.1
  • Some issues backported

Issues

#1006 Upgrade spring-boot 3.1.9
#1003 backport(996): Script runner @ symbol breaks as option value
#1001 Upgrade gradle 8.4
#990 backport(779): CommandContext in shell method
#983 backport(982): Update jline 3.25.1

3.2.1

22 Jan 09:22
Compare
Choose a tag to compare

Generic Notes

Fixes

This release contains some notable changes:

  • Builds on spring-boot 3.2.2
  • Builds on jline 3.25.0

Issues

#978 Update spring-boot 3.2.2
#970 Cursor not restored in tmux
#968 Split jline dependencies
#966 Update jline 3.25.0
#945 Command alias not work on type level when sub command is empty

PRs

#975 Clarifying the confusing note

3.1.8

22 Jan 09:21
Compare
Choose a tag to compare

Generic Notes

Fixes

This release contains some notable changes:

  • Builds on spring-boot 3.1.8
  • Builds on jline 3.25.0
  • Some issues backported

Issues

#977 Update spring-boot 3.1.8
#973 backport(945): Command alias not work on type level when sub command is empty
#972 backport(970): Cursor not restored in tmux
#971 Migrate 3.1.x to antora
#969 backport(968): Split jline dependencies
#967 backport(966): Update jline 3.25.0

3.2.0

03 Jan 10:06
Compare
Choose a tag to compare

Issues

#961 ExitCodeAutoConfiguration doesn't map CommandParserExceptionsException
#960 File option type doesn't work in native
#952 Upgrade spring-boot 3.2.1
#948 spring-configuration-metadata missing
#946 ComponentFlow single and multi selectItems should behave same
#826 Hotkey system for view framework

3.1.7

03 Jan 10:06
Compare
Choose a tag to compare

Issues

#964 backport(960): File option type doesn't work in native
#962 backport(961): ExitCodeAutoConfiguration doesn't map CommandParserExceptionsException
#957 backport(946): ComponentFlow single and multi selectItems should behave same
#951 Upgrade spring-boot 3.1.7
#950 backport(948): spring-configuration-metadata missing

3.2.0-RC1

28 Nov 08:41
Compare
Choose a tag to compare
3.2.0-RC1 Pre-release
Pre-release

Generic Notes

Fixes

This release contains some notable changes:

  • Builds on spring-boot 3.2.0
  • New zsh completion support
  • Minor changes to Terminal UI

Issues

#934 Upgrade spring-boot 3.2.0
#930 Arity not working
#927 Support zsh completion
#922 Antora fails with duplicate asciinema files
#825 Support modal views

3.1.6

28 Nov 08:35
Compare
Choose a tag to compare

Generic Notes

Fixes

This release contains some notable changes:

  • Builds on spring-boot 3.1.6
  • Some issues backported

Issues

#939 backport(930): Arity not working
#933 Upgrade spring-boot 3.1.6
#929 backport(927): Support zsh completion

3.0.10

28 Nov 08:35
Compare
Choose a tag to compare

Generic Notes

Fixes

This release contains some notable changes:

  • Builds on spring-boot 3.0.13
  • 3.0.x line goes EOL together with spring-boot 3.0.x

Issues

#932 Upgrade spring-boot 3.0.13

2.1.15

28 Nov 08:35
Compare
Choose a tag to compare

Generic Notes

Fixes

This release contains some notable changes:

  • Builds on spring-boot 2.7.18
  • 2.7.x line goes EOL together with spring-boot 2.7.x

Issues

#931 Upgrade spring-boot 2.7.18

3.2.0-M3

08 Nov 10:32
Compare
Choose a tag to compare
3.2.0-M3 Pre-release
Pre-release

Generic Notes

Fixes

This release contains some notable changes:

  • Builds on spring-boot 3.1.0-RC2
  • Jline upgrade to 3.24.1 fixes issues in stdin/stderr redirection
  • StringTemplate upgrade to 4.3.3
  • Lot of improvements to Terminal UI

Issues

#917 Multi input scenario
#916 Upgrade spring-boot 3.2.0-RC2
#901 Upgrade jline 3.24.1
#900 Autoconfigure TerminalUI
#896 Upgrade gradle 8.4
#895 Upgrade spring-boot 3.2.0-RC1
#891 StandardOut goes to StandardError in non-interactive mode
#886 Upgrade stringtemplate4 4.3.3
#884 Migrate docs shell samples to asciinema
#813 Revisit class locations in view framework

PRs

#903 Bugfix: Tab-completion fails
#875 Update StringTemplate version in gradle.properties