Skip to content

4.3.0.0-RELEASE

Compare
Choose a tag to compare
@michael-conway michael-conway released this 05 Jul 16:18
· 279 commits to master since this release

https://github.com/DICE-UNC/jargon/milestone/24

This version of Jargon is currently targeted at metadata templates and other features Metalnx. There are still some features that are considered early access and may not support a full range
of use cases for general cases, and having a separate stream allows us the flexibility to break API on these more advanced features, such as advanced paging and virtual collections support.

That being said, it is recommended to use the 4.3 series over the 4.2 releases. Generally, 4.3 is adding new API and takes advantages of any bug fixes and features that are put in the 4.2 stable branch.

Please go to https://github.com/DICE-UNC/jargon for the latest news and info.

This is available on Maven

<repository>
            <id>dice.repository</id>
            <name>dice.repository</name>
            <url>https://raw.github.com/DICE-UNC/DICE-Maven/master/releases</url>
            <releases>
                <enabled>true</enabled>
            </releases>
            <snapshots>
                <enabled>false</enabled>
                <updatePolicy>always</updatePolicy>
                <checksumPolicy>warn</checksumPolicy>
            </snapshots>
        </repository>

....

<dependency>
            <groupId>org.irods.jargon</groupId>
            <artifactId>jargon-core</artifactId>
            <version>4.3.0.0-RELEASE</version>
        </dependency>

Date: 07/05/2018

Release Version: 4.3.0.0-RELEASE

git tag: 4.3.0.0-RELEASE

Remove old thumbnail code #165

Remove old image thumbnail code that relied on specific 'lifetime library' configuration. This will later be replaced by a more globally applicable set of tools. Likely in the jargon-extensions package

Add file to string and vice versa to support cloud browser editor #166

Add file to string and vice versa in FileSamplerService of data utils. This allows cloud browser to turn a file into an edit pane and store edits to irods.

File save via cloud browser is deleting metadata #232

Fix save of string to file (in Stream2StreamAO) to not delete a file when overwriting, so as to preserve metadata

Add list user groups like x method #233

Enhanced user group and user queries for cloud browser

add col user type to genquery #235

Add user type to LIKE queries to discriminate users from groups in find 'like' queries

add add'l collection listing methods accommodating heuristic path guessing #275

Add additional methods for collection browsing to accommodate browsing down from the top of the tree past
collections that are actually hidden by strict acls. Much of this is to support the MetaLnx browser but these sorts of client
affordances can be generally applied.

deprecation of old idrop-web and demo code #291

A few cleanups of old vestigial code.