This is an automated email from the ASF dual-hosted git repository.

slawrence pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-site.git


The following commit(s) were added to refs/heads/main by this push:
     new d7d55d7  Daffodil SBT Plugin v1.1.0 release notes
d7d55d7 is described below

commit d7d55d702c281517809b3df8afd5d10561f147a9
Author: Steve Lawrence <[email protected]>
AuthorDate: Mon Jul 15 09:13:44 2024 -0400

    Daffodil SBT Plugin v1.1.0 release notes
---
 site/_sbt/1.1.0.md | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/site/_sbt/1.1.0.md b/site/_sbt/1.1.0.md
new file mode 100644
index 0000000..4552b05
--- /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 custom 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` main schema defined in a dependency jar
+
+#### Bug Fixes
+
+* `daffodilTdmlUsesPackageBin` now works in IntelliJ
+* Fix `NullPointerException` if a schema file cannot be found when running 
`packageDaffodilBin`
+
+#### Closed Issues
+
+[GitHub v1.1.0 Closed 
Issues](https://github.com/apache/daffodil-sbt/milestone/2?closed=1)

Reply via email to