diff --git a/site/_sbt/1.1.0.md b/site/_sbt/1.1.0.md new file mode 100644 index 00000000..b2598f43 --- /dev/null +++ b/site/_sbt/1.1.0.md @@ -0,0 +1,34 @@ +--- + +release: rc1 +apache: true +title: 1.1.0 +date: 2024-07-15 +summary: > + Multiple new settings and bug fixes to improve quality of life and IDE support + +source-dist: + - "apache-daffodil-sbt-1.1.0-src.zip" +--- + +This is a minor release of the Apache Daffodil SBT Plugin. + +See the [GitHub page](https://github.com/apache/daffodil-sbt) for details to enable and configure. + +#### New Features + +* Default daffodilVersion is updated to 3.8.0 +* scalaVersion is now set automatically based on Java version and daffodilVersion. It is recommended that SBT configurations no longer set scalaVersion +* New daffodilBuildsCharset setting, automatically adds Daffodil dependencies required to build character sets +* Modify daffodilPackageBinInfos syntax to support future capabilities. Old syntax is still supported but should be updated +* Add configuration file option to daffodilPackageBinInfos, useful to specify tunables like suppress schema compilation warnings +* Support daffodilPackageBinInfos schema to be defined in a dependency jar + +#### Bug Fixes + +* daffodilTdmlUsesPackageBin now works in IntelliJ +* Fix NullPointerException if a schema file cannot be found + +#### Closed Issues + +[GitHub v1.1.0 Closed Issues](https://github.com/apache/daffodil-sbt/milestone/2?closed=1)