Skip to content

Commit f00b653

Browse files
mbayerPKPKJosh
authored andcommitted
Release 1.0.3
1 parent ee443af commit f00b653

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased]
44

5+
## [1.0.3]
6+
- Make the AttributeCachingPath on demand and remove all init logic.
7+
- Add individual public properties to check if a given attribute has been cached.
8+
- AttributeCachingPath copyCachedAttributesTo() only copies attributes if they were previously cached or we force copy
9+
attributes via forceCopyAttributes = true.
10+
511
## [1.0.2]
612
- Gradle, Kotlin, and other dependency versions updated.
713
- Add caching of AclFileAttributeView owner and aclEntries attributes as properties of AttributeCachingPath.
@@ -16,6 +22,7 @@ Fixed issues with AttributeCachingPath not being used to wrap parent, root, and
1622
Initial work for the file attribute caching filesystem using cached attribute fields that do not expire.
1723

1824
[Unreleased]: https://github.com/pkware/attributeCachingFileSystem/tree/main
25+
[1.0.3]: https://github.com/pkware/attributeCachingFileSystem/tree/1.0.3
1926
[1.0.2]: https://github.com/pkware/attributeCachingFileSystem/tree/1.0.2
2027
[1.0.1]: https://github.com/pkware/attributeCachingFileSystem/tree/1.0.1
2128
[1.0.0]: https://github.com/pkware/attributeCachingFileSystem/tree/1.0.0

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ org.gradle.caching=true
1414
org.gradle.jvmargs=-Dfile.encoding=UTF-8
1515
kotlin.code.style=official
1616

17-
attributeCachingFilesystemVersion=1.0.3-SNAPSHOT
17+
attributeCachingFilesystemVersion=1.0.3
1818

1919
POM_NAME=Attribute Caching Filesystem
2020
POM_DESCRIPTION=A File Attribute Caching Filesystem Library

0 commit comments

Comments
 (0)