- 37개 파일 IP → zioinfo.co.kr 치환 (소스/매뉴얼/설정/하네스) - Manager DrConsole/NetworkConsole/CsapConsole 빌드 + /var/www/manager/ 배포 - 테스트: Manager HTTP 200, ITSM 신규 API 7개 전체 200 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
18 KiB
Changelog
Unpublished
🛠 Breaking changes
🎉 New features
🐛 Bug fixes
💡 Others
17.0.1 — 2024-04-23
This version does not introduce any user-facing changes.
17.0.0 — 2024-04-18
🐛 Bug fixes
- [Android] remove
CookieHandleras it's no longer in the module registry and not necessary. (#28145 by @alanjhughes)
💡 Others
- [iOS] Add privacy manifest describing required reason API usage. (#27770 by @aleqsio)
- drop unused web
nameproperty. (#27437 by @EvanBacon) - Removed deprecated backward compatible Gradle settings. (#28083 by @kudo)
16.0.8 - 2024-03-07
This version does not introduce any user-facing changes.
16.0.7 - 2024-02-27
🐛 Bug fixes
- [iOS] Fix downloadAsync for local files. (#27187 by @gabrieldonadel)
- On
iOS, fix an issue withcopyAsyncwhere the copy fails if it is a photo library asset. (#27208 by @alanjhughes) - On
iOS, resolve the promise manually after copying a PHAsset file. (#27381 by @alanjhughes)
16.0.6 - 2024-02-06
🐛 Bug fixes
- On
iOS, fix upload task requests. (#26880 by @alanjhughes)
16.0.5 - 2024-01-23
🐛 Bug fixes
- On
iOS, sethttpMethodon upload requests. (#26516 by @alanjhughes)
16.0.4 - 2024-01-18
This version does not introduce any user-facing changes.
16.0.3 - 2024-01-10
🎉 New features
16.0.2 - 2023-12-19
This version does not introduce any user-facing changes.
16.0.1 — 2023-12-13
This version does not introduce any user-facing changes.
16.0.0 — 2023-12-12
🐛 Bug fixes
- On
Android, handle using files fromSAFcorrectly. (#25389 by @alanjhughes) - Removed legacy
bundledAssetsconstant that was used only in standalone apps. (#25484 by @tsapeta) - [iOS] Added missing check for directory permissions in
deleteAsyncmethod. (#25704 by @tsapeta)
15.4.5 — 2023-11-20
🐛 Bug fixes
- On
Android, useaddInterceptorinstead ofaddNetworkInterceptorindownloadResumableStartAsync. (#24702 by @alanhughes)
15.9.0 — 2023-11-14
🛠 Breaking changes
- Bumped iOS deployment target to 13.4. (#25063 by @gabrieldonadel)
- On
AndroidbumpcompileSdkVersionandtargetSdkVersionto34. (#24708 by @alanjhughes)
15.8.0 — 2023-10-17
🛠 Breaking changes
🐛 Bug fixes
- On
Android, useaddInterceptorinstead ofaddNetworkInterceptorindownloadResumableStartAsync. (#24702 by @alanhughes)
15.7.0 — 2023-09-15
🎉 New features
- Added support for Apple tvOS. (#24329 by @douglowder)
💡 Others
- Migrated to Swift and Expo Modules API on iOS. (#23943 by @tsapeta)
- Throw the correct error when we can't find the permissions modules. (#24464 by @alanhughes)
15.6.0 — 2023-09-04
🎉 New features
15.4.4 - 2023-08-29
This version does not introduce any user-facing changes.
15.4.3 - 2023-08-09
🐛 Bug fixes
- Fix regression in
copyAsyncon Android. (#23892 by @brentvatne)
15.5.1 — 2023-08-02
This version does not introduce any user-facing changes.
15.5.0 — 2023-07-28
💡 Others
- Fork
uuid@3.4.0and move intoexpo-modules-core. Remove the original dependency. (#23249 by @alanhughes)
15.4.2 — 2023-06-28
This version does not introduce any user-facing changes.
15.4.1 — 2023-06-27
🐛 Bug fixes
15.4.0 — 2023-06-13
🎉 New features
- Migrated Android codebase to use Expo modules API. (#22728 by @alanhughes)
🐛 Bug fixes
15.3.0 — 2023-05-08
🛠 Breaking changes
- Removed the deprecated
UploadProgressData.totalByteSentfield. (#22277 by @gabrieldonadel)
🐛 Bug fixes
- Add UTF-8 URI support on iOS. (#21196 by @gabrieldonadel)
💡 Others
15.2.2 — 2023-02-09
This version does not introduce any user-facing changes.
15.2.1 — 2023-02-09
🐛 Bug fixes
- Add utf-8 uri support on iOS. (#21098 by @gabrieldonadel)
15.2.0 — 2023-02-03
💡 Others
- Extract nested object definitions to the separate types, which adds:
DeletingOptions,InfoOptions,RelocatingOptionsandMakeDirectoryOptionstypes. (#20103 by @Simek) - Simplify the way in which types are exported from the package. (#20103 by @Simek)
- Rename
UploadProgressDatatotalByteSentfield tototalBytesSent. (#20804 by @gabrieldonadel) - On Android bump
compileSdkVersionandtargetSdkVersionto33. (#20721 by @lukmccall)
15.1.1 — 2022-10-28
This version does not introduce any user-facing changes.
15.1.0 — 2022-10-25
🎉 New features
- Added
DirectoriesModuleto expo-file-system on Android as a temporary solution to fix cache directories being incorrect in new Sweet API modules. (#19205 by @aleqsio)
15.0.0 — 2022-10-06
🛠 Breaking changes
💡 Others
- [plugin] Migrate import from @expo/config-plugins to expo/config-plugins and @expo/config-types to expo/config. (#18855 by @brentvatne)
- Drop
@expo/config-pluginsdependency in favor of peer dependency onexpo. (#18595 by @EvanBacon)
14.1.0 — 2022-07-07
This version does not introduce any user-facing changes.
14.0.0 — 2022-04-18
🛠 Breaking changes
- Remove okhttp and okio backward compatible workaround and drop react-native 0.64 support. (#16446 by @kudo)
🐛 Bug fixes
- Fixed failing download on Android when using
createDownloadResumable(), because of an invalid Range header. (#15934 by @johanpoirier) - Fix
Plugin with id 'maven' not foundbuild error from Android Gradle 7. (#16080 by @kudo) - Fix URL scheme differences between iOS and Android. (#16352 by @hbiede)
⚠️ Notices
- On Android bump
compileSdkVersionto31,targetSdkVersionto31andJavaversion to11. (#16941 by @bbarthec)
13.2.1 — 2022-01-20
🐛 Bug fixes
13.2.0 — 2021-12-22
🐛 Bug fixes
- Fixed runtime crash due to
.toUpperCasenot being invoked as a function, it was missing(). (#15615 by @lukebrandonfarrell) - Fixed
totalByteSentin upload progress callback incorrectly sendingbytesSenton iOS. (#15615 by @lukebrandonfarrell) - Fixed simulator runtime crash on arm64 devices caused by
CFRelease(NULL). (#15496 by @daxaxelrod)
💡 Others
- Updated
@expo/config-pluginsfrom4.0.2to4.0.14(#15621 by @EvanBacon)
13.1.4 — 2022-02-10
This version does not introduce any user-facing changes.
13.1.3 — 2022-02-01
🐛 Bug fixes
13.1.2 — 2022-01-22
🐛 Bug fixes
- Fixed runtime crash due to
.toUpperCasenot being invoked as a function, it was missing(). (#15615 by @lukebrandonfarrell) - Fixed
totalByteSentin upload progress callback incorrectly sendingbytesSenton iOS. (#15615 by @lukebrandonfarrell) - Fixed simulator runtime crash on arm64 devices caused by
CFRelease(NULL). (#15496 by @daxaxelrod)
13.1.1 — 2022-01-20
🐛 Bug fixes
13.1.0 — 2021-11-17
🐛 Bug fixes
- Fixed
uploadAsyncfailing to resolve when usingBINARY_CONTENT. (#14764 by @cruzach) - Fix
okiolibrary build error forreact-native@0.65or above. (#14761 by @kudo)
13.0.1 — 2021-10-01
This version does not introduce any user-facing changes.
13.0.0 — 2021-09-28
🛠 Breaking changes
🐛 Bug fixes
getFreeDiskStorageAsyncnow correctly reports free disk space on iOS. (#14279 by mickmaccallum)- Fix building errors from use_frameworks! in Podfile. (#14523 by @kudo)
💡 Others
- Updated
@expo/config-plugins(#14443 by @EvanBacon) - Rewritten module to Kotlin. (#14549 by @mstach60161)
12.0.0 — 2021-09-08
🛠 Breaking changes
- Added
AndroidManifest.xmlqueries for intent handling. (#13388 by @EvanBacon)
💡 Others
11.1.0 — 2021-06-16
🐛 Bug fixes
- Enable kotlin in all modules. (#12716 by @wschurman)
- Fixed crash of file system when try to read cache dir file on android. (#12716 by @nomi9995)
💡 Others
- Migrated from
unimodules-file-system-interfacetoexpo-modules-core. - Build Android code using Java 8 to fix Android instrumented test build error. (#12939 by @kudo)
- Refactored uuid imports to v7 style. (#13037 by @giautm)
11.0.2 — 2021-04-13
This version does not introduce any user-facing changes.
11.0.1 — 2021-04-09
This version does not introduce any user-facing changes.
11.0.0 — 2021-03-10
🎉 New features
- Converted plugin to TypeScript. (#11715 by @EvanBacon)
- Updated Android build configuration to target Android 11 (added support for Android SDK 30). (#11647 by @bbarthec)
- Added support for Storage Access Framework (Android only). (#12032 by @lukmccall)
🐛 Bug fixes
- Fixed copying movies from assets not working on iOS. (#11749 by @lukmccall)
- Remove peerDependencies and unimodulePeerDependencies from Expo modules. (#11980 by @brentvatne)
10.0.0 — 2021-01-15
⚠️ Notices
- The package is now shipped with prebuilt binaries on iOS. You can read more about it on expo.fyi/prebuilt-modules. (#11224 by @tsapeta)
🛠 Breaking changes
🎉 New features
- Created config plugins (#11538 by @EvanBacon)
9.3.0 — 2020-11-17
This version does not introduce any user-facing changes.
9.2.0 — 2020-08-18
🐛 Bug fixes
9.1.0 — 2020-07-27
🐛 Bug fixes
- Fix background URL session completion handler not being called. (#8599 by @lukmccall)
- Fix compilation error on macOS Catalyst (#9055 by @andymatuschak)
- Fixed
uploadAsyncnative signature on Android. (#9076 by @lukmccall) - Fixed
uploadAsyncthrowingDouble cannot be cast to Integeron Android. (#9076 by @lukmccall) - Fixed
getInforeturning incorrect size when provided path points to a folder. (#9063 by @lukmccall) - Fixed
uploadAsync()returning empty response on iOS. (#9166 by @barthap)
9.0.1 — 2020-05-29
This version does not introduce any user-facing changes.
9.0.0 — 2020-05-27
🛠 Breaking changes
FileSystem.downloadAsyncandFileSystem.DownloadResumablework by default when the app is in background too — they won't reject when the application is backgrounded. (#7380 by @lukmccall)FileSystem.downloadAsyncandFileSystem.DownloadResumablewill reject when invalid headers dictionary is provided. These methods accept onlyRecord<string, string>. (#7380 by @lukmccall)FileSystem.getContentUriAsyncnow returns a string. (#7192 by @lukmccall)
🎉 New features
- Add
FileSystem.uploadAsyncmethod. (#7380 by @lukmccall) - Add ability to read Android
rawanddrawableresources inFileSystem.getInfoAsync,FileSystem.readAsStringAsync, andFileSystem.copyAsync. (#8104 by @esamelson)