Swiftpack.co - Swift Packages by google

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by google

google/flatbuffers v24.3.25
FlatBuffers: Memory Efficient Serialization Library
⭐️ 22,051
🕓 4 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v24.3.25
4 weeks ago
## What's Changed * Fix License by @p0fi in https://github.com/google/flatbuffers/pull/8253 * Fix handling non null-terminated string_views in LookupByKey by @mpawlowski-eyeo in https://github.com/google/flatbuffers/pull/8203 ## New Contributors * @p0fi made their first contribution in https://github.com/google/flatbuffers/pull/8253 * @mpawlowski-eyeo made their first contribution in https://github.com/google/flatbuffers/pull/8203 **Full Changelog**: https://github.com/google/flatbuffers/compare/v24.3.7...v24.3.25
v24.3.7
7 weeks ago
## What's Changed * Add Kotlin multiplatform support by @paulovap in https://github.com/google/flatbuffers/pull/7969 * Add `ForceVectorAlignment64` and test by @dbaileychess in https://github.com/google/flatbuffers/pull/7977 * [Kotlin] Add java source on benchmark module instead of using version… by @paulovap in https://github.com/google/flatbuffers/pull/7978 * Small optimization on "deserialization" and fix on benchmarks again by @paulovap in https://github.com/google/flatbuffers/pull/7982 * [Bazel] Fix gen_reflections for flatbuffers_ts_library by @jkuszmaul in https://github.com/google/flatbuffers/pull/7981 * various fixes by @dbaileychess in https://github.com/google/flatbuffers/pull/7986 * Make eslint less pedantic by @OptoCloud in https://github.com/google/flatbuffers/pull/8012 * Optional omission of Typescript entrypoint by @maxburke in https://github.com/google/flatbuffers/pull/8057 * Upgrade the bazel-related dependencies by @philsc in https://github.com/google/flatbuffers/pull/8078 * Fix BUILD.bazel style violations by @philsc in https://github.com/google/flatbuffers/pull/8081 * [TS] Allows object API to set 0 for a null-default scalar. by @jviel-beta in https://github.com/google/flatbuffers/pull/7864 * Fully qualify the offset type in FLATBUFFERS_VTABLE_UNDERLYING_TYPE by @anton-bobukh in https://github.com/google/flatbuffers/pull/8094 * [bazel] Update Platforms by @sgowroji in https://github.com/google/flatbuffers/pull/8083 * Bump google.golang.org/grpc from 1.39.0-dev to 1.53.0 in /grpc/examples/go/greeter/server by @dependabot in https://github.com/google/flatbuffers/pull/8027 * Upgrade rules_go by @comius in https://github.com/google/flatbuffers/pull/8092 * Bump google.golang.org/grpc from 1.35.0 to 1.53.0 in /grpc/examples/go/greeter/client by @dependabot in https://github.com/google/flatbuffers/pull/8026 * Bump google.golang.org/grpc from 1.35.0 to 1.53.0 in /grpc/examples/go/greeter/models by @dependabot in https://github.com/google/flatbuffers/pull/8025 * Fix nim workflow by @le-michael in https://github.com/google/flatbuffers/pull/8098 * [Swift] Overall Improvements by @mustiikhalil in https://github.com/google/flatbuffers/pull/8061 * Fix misalignment of small structs in a Vector (C++) by @bexcite in https://github.com/google/flatbuffers/pull/7883 * Add constexpr for bitmask operators by @xaphier in https://github.com/google/flatbuffers/pull/8037 * C++ strict conversion fixes for flatbuffer_builder.h (#8062) by @greenrobot in https://github.com/google/flatbuffers/pull/8065 * Fix compiling idl_gen_php.cpp against certain STLs by @reshilkin in https://github.com/google/flatbuffers/pull/8067 * Fix compiling idl_parser.cpp against certain STLs by @reshilkin in https://github.com/google/flatbuffers/pull/8066 * corrected a typo by @sthd in https://github.com/google/flatbuffers/pull/8063 * Return function to namespace by @reshilkin in https://github.com/google/flatbuffers/pull/8068 * TS: Add missing generated files by @bjornharrtell in https://github.com/google/flatbuffers/pull/8075 * Add const qualifier to non-mutated FlatbufferBuilder parameter by @Lukasdoe in https://github.com/google/flatbuffers/pull/8101 * Fix verification for C# unions by @CurtHagenlocher in https://github.com/google/flatbuffers/pull/7970 * [Rust] Add the Allocator trait for the builder API by @adsnaider in https://github.com/google/flatbuffers/pull/8106 * update flatbuffers java to be Android API level 23 compatible by @turbotoribio in https://github.com/google/flatbuffers/pull/8158 * Fix CI builds by @dbaileychess in https://github.com/google/flatbuffers/pull/8161 * chore: Dart 23.5.26 release by @vaind in https://github.com/google/flatbuffers/pull/8160 * Fix: detect c++ standard on MSVC for span by @assorted in https://github.com/google/flatbuffers/pull/8155 * Update Compiler.md docs by @fliiiix in https://github.com/google/flatbuffers/pull/8153 * Remove msvc pragma warning disable C4351 as it is undocumented by @Lukasdoe in https://github.com/google/flatbuffers/pull/8124 * Bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /grpc/examples/go/greeter/models by @dependabot in https://github.com/google/flatbuffers/pull/8130 * Bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /grpc/examples/go/greeter/server by @dependabot in https://github.com/google/flatbuffers/pull/8132 * Bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /grpc/examples/go/greeter/client by @dependabot in https://github.com/google/flatbuffers/pull/8131 * Add help text to cmake git describe error message by @Lukasdoe in https://github.com/google/flatbuffers/pull/8123 * Fix spelling mistake in FlatBufferBuilder.cs doc comments by @peter-dye in https://github.com/google/flatbuffers/pull/8120 * Allow CreateString invocation with std::string_view by @reshilkin in https://github.com/google/flatbuffers/pull/8069 * Update build.yml by @dbaileychess in https://github.com/google/flatbuffers/pull/8162 * [Swift] Fixes forward offset verifiable objects within arrays & fixes failing tests by @mustiikhalil in https://github.com/google/flatbuffers/pull/8135 * Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in https://github.com/google/flatbuffers/pull/8042 * Add argument to FlatBufferToString for quotes around field names by @alresin in https://github.com/google/flatbuffers/pull/8090 * Update build.yml by @dbaileychess in https://github.com/google/flatbuffers/pull/8163 * [GO] compiles to much files by @tira-misu in https://github.com/google/flatbuffers/pull/8118 * Update testReadFromOtherLanguages test to also run on macOS by @mustiikhalil in https://github.com/google/flatbuffers/pull/8044 * Add absolute file names option to BFBS by @jamescourtney in https://github.com/google/flatbuffers/pull/8055 * [Swift] Push contiguous bytes by @wtholliday in https://github.com/google/flatbuffers/pull/8157 * Fix typo in CMakeLists.txt by @DoppelDe in https://github.com/google/flatbuffers/pull/8167 * [Swift] Add allowReadingUnalignedBuffers to most ByteBuffer init methods by @abandy in https://github.com/google/flatbuffers/pull/8134 * [Swift] Migrating benchmarks to a newer lib. by @mustiikhalil in https://github.com/google/flatbuffers/pull/8168 * Fix cmake build for old versions by @fliiiix in https://github.com/google/flatbuffers/pull/8173 * copy languages for conformance parser by @blindspotbounty in https://github.com/google/flatbuffers/pull/8174 * Fix python type annotation output when not enabled by @akb825 in https://github.com/google/flatbuffers/pull/7983 * [TS/JS] Upgrade dependencies by @bjornharrtell in https://github.com/google/flatbuffers/pull/7996 * Introduce convenient implicit operator string_view by @georgthegreat in https://github.com/google/flatbuffers/pull/8181 * [Python] Add clear method for builder reuse by @razvanalex in https://github.com/google/flatbuffers/pull/8186 * [TS/JS] Create byte vectors by @razvanalex in https://github.com/google/flatbuffers/pull/8185 * Target .NET Standard 2.1, .NET 6, .NET 8 only by @bjornharrtell in https://github.com/google/flatbuffers/pull/8184 ## New Contributors * @jviel-beta made their first contribution in https://github.com/google/flatbuffers/pull/7864 * @sgowroji made their first contribution in https://github.com/google/flatbuffers/pull/8083 * @bexcite made their first contribution in https://github.com/google/flatbuffers/pull/7883 * @xaphier made their first contribution in https://github.com/google/flatbuffers/pull/8037 * @reshilkin made their first contribution in https://github.com/google/flatbuffers/pull/8067 * @sthd made their first contribution in https://github.com/google/flatbuffers/pull/8063 * @Lukasdoe made their first contribution in https://github.com/google/flatbuffers/pull/8101 * @CurtHagenlocher made their first contribution in https://github.com/google/flatbuffers/pull/7970 * @adsnaider made their first contribution in https://github.com/google/flatbuffers/pull/8106 * @turbotoribio made their first contribution in https://github.com/google/flatbuffers/pull/8158 * @assorted made their first contribution in https://github.com/google/flatbuffers/pull/8155 * @fliiiix made their first contribution in https://github.com/google/flatbuffers/pull/8153 * @peter-dye made their first contribution in https://github.com/google/flatbuffers/pull/8120 * @alresin made their first contribution in https://github.com/google/flatbuffers/pull/8090 * @jamescourtney made their first contribution in https://github.com/google/flatbuffers/pull/8055 * @wtholliday made their first contribution in https://github.com/google/flatbuffers/pull/8157 * @DoppelDe made their first contribution in https://github.com/google/flatbuffers/pull/8167 * @abandy made their first contribution in https://github.com/google/flatbuffers/pull/8134 * @akb825 made their first contribution in https://github.com/google/flatbuffers/pull/7983 * @georgthegreat made their first contribution in https://github.com/google/flatbuffers/pull/8181 * @razvanalex made their first contribution in https://github.com/google/flatbuffers/pull/8186 **Full Changelog**: https://github.com/google/flatbuffers/compare/v23.5.26...v24.3.7
v24.3.6
7 weeks ago
v23.5.26
47 weeks ago
Mostly a bug fixing release. ## What's Changed * TS/JS: Upgrade package.json dependencies by @bjornharrtell in https://github.com/google/flatbuffers/pull/7933 * fix out-of-source builds with cmake by @dbaileychess in https://github.com/google/flatbuffers/pull/7946 * removed extern code generation declarations preferring direct includes by @dbaileychess in https://github.com/google/flatbuffers/pull/7948 * fixed bfbs gen to pass extra options by @dbaileychess in https://github.com/google/flatbuffers/pull/7949 * Fix //tests/ts:bazel_repository_test by @philsc in https://github.com/google/flatbuffers/pull/7952 * Change SizedPrefixed verifier to be <= provided size by @dbaileychess in https://github.com/google/flatbuffers/pull/7957 * fix(TS): fixed incorrect function name when importing unionTo functions by @sssooonnnggg in https://github.com/google/flatbuffers/pull/7958 * remove flatbuffers tests from android by @dbaileychess in https://github.com/google/flatbuffers/pull/7959 * feat(C++): Support underlying_type for union by @sssooonnnggg in https://github.com/google/flatbuffers/pull/7954 * feat: Support union underlying type for TS/JS by @sssooonnnggg in https://github.com/google/flatbuffers/pull/7961 * README.md: SemVer case typo by @crisman in https://github.com/google/flatbuffers/pull/7962 * chore: fixed broken script: RustTest.bat by @sssooonnnggg in https://github.com/google/flatbuffers/pull/7963 * Switch to using alias instead of a typedef for FlatBufferBuilder by @dbaileychess in https://github.com/google/flatbuffers/pull/7966 * fix(rust): fixed rust namer isses, resolve #7865 and ##7782 by @sssooonnnggg in https://github.com/google/flatbuffers/pull/7964 * Fix python tests by @yan12125 in https://github.com/google/flatbuffers/pull/7960 * switch back to having T explicitly defined in CreateVector by @dbaileychess in https://github.com/google/flatbuffers/pull/7967 * don't emit flatbuffers include in bfbs generated output by @dbaileychess in https://github.com/google/flatbuffers/pull/7968 * Update java pom.xml file to allow java 8 compatibility by @swimar in https://github.com/google/flatbuffers/pull/7894 * FlatBuffers Version 23.5.26 by @dbaileychess in https://github.com/google/flatbuffers/pull/7976 ## New Contributors * @yan12125 made their first contribution in https://github.com/google/flatbuffers/pull/7960 * @swimar made their first contribution in https://github.com/google/flatbuffers/pull/7894 **Full Changelog**: https://github.com/google/flatbuffers/compare/v23.5.9...v23.5.26
v23.5.9
50 weeks ago
This adds support for larger buffers > 2 GiB by adding a 64-bit offsets for `vectors` and `strings`. This is only for C++ at the moment. See the [64-bit tests](https://github.com/google/flatbuffers/tree/master/tests/64bit) for usage and examples. ## What's Changed * FlatBuffers 64 for C++ by @dbaileychess in https://github.com/google/flatbuffers/pull/7935 * FlatBuffers Version 23.5.9 by @dbaileychess in https://github.com/google/flatbuffers/pull/7945 **Full Changelog**: https://github.com/google/flatbuffers/compare/v23.5.8...v23.5.9
v23.5.8
50 weeks ago
## What's Changed * Update filename to `README.md` and improve formatting by @SmashedFrenzy16 in https://github.com/google/flatbuffers/pull/7855 * Fix help output for --java-checkerframework by @musicinmybrain in https://github.com/google/flatbuffers/pull/7854 * ToCamelCase() when kLowerCamel now converts first char to lower. by @paulovap in https://github.com/google/flatbuffers/pull/7838 * Adding comment for code clarification by @SmashedFrenzy16 in https://github.com/google/flatbuffers/pull/7856 * made changes to the rust docs so they would compile. by @jeffsmith82 in https://github.com/google/flatbuffers/pull/7871 * fix using null string in vector by @phenixxy in https://github.com/google/flatbuffers/pull/7872 * Use Bool for flatbuffers 'bool' instead of Byte in swift by @blindspotbounty in https://github.com/google/flatbuffers/pull/7876 * Update go documentation link to point to root module by @le-michael in https://github.com/google/flatbuffers/pull/7879 * README.md: PyPI case typo by @crisman in https://github.com/google/flatbuffers/pull/7880 * [CS] Verifier by @tira-misu in https://github.com/google/flatbuffers/pull/7850 * [TS/JS] Use minvalue from enum if not found by @bjornharrtell in https://github.com/google/flatbuffers/pull/7888 * Add a FileWriter interface by @Kn99HN in https://github.com/google/flatbuffers/pull/7821 * [TS/JS] Upgrade dependencies by @bjornharrtell in https://github.com/google/flatbuffers/pull/7889 * Fix go_sample.sh by @jdemeyer in https://github.com/google/flatbuffers/pull/7903 * Go: add test for FinishWithFileIdentifier by @jdemeyer in https://github.com/google/flatbuffers/pull/7905 * Optionally generate type prefixes and suffixes for python code by @maxburke in https://github.com/google/flatbuffers/pull/7857 * Support file_identifier in Go by @jdemeyer in https://github.com/google/flatbuffers/pull/7904 * Go: make generated code more compliant to "go fmt" by @jdemeyer in https://github.com/google/flatbuffers/pull/7907 * TS/JS: Use TypeError instead of Error when appropriate by @jmillan in https://github.com/google/flatbuffers/pull/7910 * Allow to use functions from `BuildFlatBuffers.cmake` from a flatbuffe… by @KerstinKeller in https://github.com/google/flatbuffers/pull/7912 * Make JSON supporting advanced union features by @admo in https://github.com/google/flatbuffers/pull/7869 * drop glibc from runtime dependencies by @faucct in https://github.com/google/flatbuffers/pull/7906 * Replace deprecated command with environment file by @jongwooo in https://github.com/google/flatbuffers/pull/7921 * Optionally generate Python type annotations by @maxburke in https://github.com/google/flatbuffers/pull/7858 * additional check for absl::string_view availability by @ocpalo in https://github.com/google/flatbuffers/pull/7897 * Only generate @kotlin.ExperimentalUnsigned annotation on create*Vector methods having an unsigned array type parameter. by @aaronriekenberg in https://github.com/google/flatbuffers/pull/7881 * Migrate from rules_nodejs to rules_js/rules_ts by @philsc in https://github.com/google/flatbuffers/pull/7923 * Revert "Migrate from rules_nodejs to rules_js/rules_ts" by @dbaileychess in https://github.com/google/flatbuffers/pull/7927 * inject no long for FBS generation to remove logs in flattests by @dbaileychess in https://github.com/google/flatbuffers/pull/7926 * fixed some windows warnings by @dbaileychess in https://github.com/google/flatbuffers/pull/7929 * Migrate from rules_nodejs to rules_js/rules_ts (take 2) by @philsc in https://github.com/google/flatbuffers/pull/7928 * Add binary schema reflection by @dbaileychess in https://github.com/google/flatbuffers/pull/7932 * Rework cmake flatc codegeneration by @dbaileychess in https://github.com/google/flatbuffers/pull/7938 * Add #!/usr/bin/bash to release.sh by @rishabhdeepsingh in https://github.com/google/flatbuffers/pull/7942 * FlatBuffers Version 23.5.8 by @rishabhdeepsingh in https://github.com/google/flatbuffers/pull/7943 ## New Contributors * @SmashedFrenzy16 made their first contribution in https://github.com/google/flatbuffers/pull/7855 * @jeffsmith82 made their first contribution in https://github.com/google/flatbuffers/pull/7871 * @phenixxy made their first contribution in https://github.com/google/flatbuffers/pull/7872 * @blindspotbounty made their first contribution in https://github.com/google/flatbuffers/pull/7876 * @crisman made their first contribution in https://github.com/google/flatbuffers/pull/7880 * @jdemeyer made their first contribution in https://github.com/google/flatbuffers/pull/7903 * @KerstinKeller made their first contribution in https://github.com/google/flatbuffers/pull/7912 * @faucct made their first contribution in https://github.com/google/flatbuffers/pull/7906 * @jongwooo made their first contribution in https://github.com/google/flatbuffers/pull/7921 * @ocpalo made their first contribution in https://github.com/google/flatbuffers/pull/7897 * @philsc made their first contribution in https://github.com/google/flatbuffers/pull/7923 **Full Changelog**: https://github.com/google/flatbuffers/compare/v23.3.3...v23.5.8
v23.3.3
1 year ago
[Changelog](https://github.com/google/flatbuffers/blob/master/CHANGELOG.md#2333-mar-3-2023) ## What's Changed * [C++] Enable using struct and array of struct as key by @sunwen18 in https://github.com/google/flatbuffers/pull/7741 * Refactor languages to use CodeGenerator interface. by @Kn99HN in https://github.com/google/flatbuffers/pull/7797 * Clean up extra white spaces by @sunwen18 in https://github.com/google/flatbuffers/pull/7800 * Code generator refactor bug fix by @Kn99HN in https://github.com/google/flatbuffers/pull/7802 * Refactor usage message by @Kn99HN in https://github.com/google/flatbuffers/pull/7803 * Support cmake 3.8 and higher only by @ilya-lavrenov in https://github.com/google/flatbuffers/pull/7801 * Rename LICENSE.txt to LICENSE by @CodeMaster7000 in https://github.com/google/flatbuffers/pull/7808 * Fix std::span autodetection by @codewiz in https://github.com/google/flatbuffers/pull/7805 * Final refactor for bfsb_generator* and text generator by @Kn99HN in https://github.com/google/flatbuffers/pull/7806 * Parsing from proto should keep field ID. (fixes #7645) by @enum-class in https://github.com/google/flatbuffers/pull/7655 * Fixed vtable duplication for binary annotator by @dbaileychess in https://github.com/google/flatbuffers/pull/7809 * explicitly declare enum values by @dbaileychess in https://github.com/google/flatbuffers/pull/7811 * use switch statements for BASE_TYPE_ lookups by @dbaileychess in https://github.com/google/flatbuffers/pull/7813 * Simplify and fix TypeScript compilation output by @bjornharrtell in https://github.com/google/flatbuffers/pull/7815 * [Annotated Buffers] Improve efficiency by @dbaileychess in https://github.com/google/flatbuffers/pull/7820 * Sample adjusted for Python3 by @chrismue in https://github.com/google/flatbuffers/pull/7819 * Only use absl headers if C++14 is available. by @rouault in https://github.com/google/flatbuffers/pull/7824 * Move defined table from gen_cpp to idl.h by @enum-class in https://github.com/google/flatbuffers/pull/7823 * Editorconfig: als configure to trim whitespaces end EOL. by @hzeller in https://github.com/google/flatbuffers/pull/7833 * Add Code Generator for idl_gen_fbs to parse .proto files by @Kn99HN in https://github.com/google/flatbuffers/pull/7832 * [CS] Naming collision if field has same name as table and used as key by @tira-misu in https://github.com/google/flatbuffers/pull/7842 * [cmake] Added GENERATE_<TARGET> to flatbuffers_generate_headers by @CedricSchmeits in https://github.com/google/flatbuffers/pull/7845 * Add a --java-package-prefix option to flatc by @chuckatkins in https://github.com/google/flatbuffers/pull/7848 * [Android][Kotlin] fixed build after decomission of jcenter and gradle update by @paulovap in https://github.com/google/flatbuffers/pull/7840 * TS/JS: Export object based classes on entry by @jmillan in https://github.com/google/flatbuffers/pull/7822 * Update pom.xml to allow LICENSE verification by @CodeMaster7000 in https://github.com/google/flatbuffers/pull/7849 * Add Java reflection bindings to the distribution by @chuckatkins in https://github.com/google/flatbuffers/pull/7851 * FlatBuffers Version 23.3.3 by @dbaileychess in https://github.com/google/flatbuffers/pull/7852 ## New Contributors * @Kn99HN made their first contribution in https://github.com/google/flatbuffers/pull/7797 * @ilya-lavrenov made their first contribution in https://github.com/google/flatbuffers/pull/7801 * @CodeMaster7000 made their first contribution in https://github.com/google/flatbuffers/pull/7808 * @codewiz made their first contribution in https://github.com/google/flatbuffers/pull/7805 * @chrismue made their first contribution in https://github.com/google/flatbuffers/pull/7819 * @CedricSchmeits made their first contribution in https://github.com/google/flatbuffers/pull/7845 * @chuckatkins made their first contribution in https://github.com/google/flatbuffers/pull/7848 **Full Changelog**: https://github.com/google/flatbuffers/compare/v23.1.21...v23.3.3
v23.1.21
1 year ago
[Changelog](https://github.com/google/flatbuffers/blob/master/CHANGELOG.md#23121-jan-21-2023) ## What's Changed * [TS/JS] Entry point per namespace and reworked 1.x compatible single file build by @bjornharrtell in https://github.com/google/flatbuffers/pull/7510 * FlatBuffers Version 23.1.21 by @dbaileychess in https://github.com/google/flatbuffers/pull/7796 **Full Changelog**: https://github.com/google/flatbuffers/compare/v23.1.20...v23.1.21
v23.1.20
1 year ago
[Changelog](https://github.com/google/flatbuffers/blob/master/CHANGELOG.md#23120-jan-20-2023) ## What's Changed * Add pointer reference to sibling union field on FieldDef by @paulovap in https://github.com/google/flatbuffers/pull/7755 * Expand wildcard imports in the generated Kotlin files. by @anton-bobukh in https://github.com/google/flatbuffers/pull/7757 * Fix operator==() generated for field of fixed sized array by @enum-class in https://github.com/google/flatbuffers/pull/7749 * [Kotlin] Improve field nullability based on (required) by @flqw in https://github.com/google/flatbuffers/pull/7658 * [Swift] Clean up by @mustiikhalil in https://github.com/google/flatbuffers/pull/7744 * Ensure that empty modules can build in TypeScript isolatedModules mode by @maxburke in https://github.com/google/flatbuffers/pull/7726 * [C++] Add Command-Line Flag to Suppress MIN and MAX Enums by @jalitriver in https://github.com/google/flatbuffers/pull/7705 * Annotated Binaries emit field names instead of type names by @dbaileychess in https://github.com/google/flatbuffers/pull/7763 * emit global scoped ::flatbuffers in c++ by @dbaileychess in https://github.com/google/flatbuffers/pull/7764 * Fix [C#] Object API - Invalid Property Name used in UnPackTo for unio… by @stefan301 in https://github.com/google/flatbuffers/pull/7751 * [TS] Add option for removing typescript import flag using --ts-no-import-ext by @ink-su in https://github.com/google/flatbuffers/pull/7748 * Minor improvement by @enum-class in https://github.com/google/flatbuffers/pull/7766 * Refactor FlatC to receive `FlatCOptions` by @dbaileychess in https://github.com/google/flatbuffers/pull/7770 * Defined CodeGenerator Interface and implement C++ by @dbaileychess in https://github.com/google/flatbuffers/pull/7771 * Fix a typo in a Python test name by @musicinmybrain in https://github.com/google/flatbuffers/pull/7774 * Use full project version as SOVERSION for the shared library by @mgorny in https://github.com/google/flatbuffers/pull/7777 * [Kotlin] Control the generation of reflection with --reflect-names by @anton-bobukh in https://github.com/google/flatbuffers/pull/7775 * Fix Python host-endianness dependencies by @musicinmybrain in https://github.com/google/flatbuffers/pull/7773 * [TS]: builder, Fix requiredField(). Verity that the field is present in the vtable (#7739) by @jmillan in https://github.com/google/flatbuffers/pull/7752 * Stop using deprecated imp package in Python tests by @musicinmybrain in https://github.com/google/flatbuffers/pull/7769 * Fix some identity/equality confusion in Python tests by @musicinmybrain in https://github.com/google/flatbuffers/pull/7768 * Fix binary output different in different platform by @enum-class in https://github.com/google/flatbuffers/pull/7718 * Remove go.mod to resolve ambiguous import issue by @le-michael in https://github.com/google/flatbuffers/pull/7783 * Use CMAKE_CURRENT_SOURCE_DIR in benchmark cpp path by @liuq19 in https://github.com/google/flatbuffers/pull/7781 * Flatbuffers Version 23.1.20 by @le-michael in https://github.com/google/flatbuffers/pull/7794 ## New Contributors * @anton-bobukh made their first contribution in https://github.com/google/flatbuffers/pull/7757 * @flqw made their first contribution in https://github.com/google/flatbuffers/pull/7658 * @jalitriver made their first contribution in https://github.com/google/flatbuffers/pull/7705 * @ink-su made their first contribution in https://github.com/google/flatbuffers/pull/7748 * @mgorny made their first contribution in https://github.com/google/flatbuffers/pull/7777 * @jmillan made their first contribution in https://github.com/google/flatbuffers/pull/7752 * @liuq19 made their first contribution in https://github.com/google/flatbuffers/pull/7781 **Full Changelog**: https://github.com/google/flatbuffers/compare/v23.1.4...v23.1.20
v23.1.4
1 year ago
[Changelog](https://github.com/google/flatbuffers/blob/master/CHANGELOG.md#2314-jan-4-2023) Happy New Year! ## What's Changed * [Rust] Restore public visibility of previously-public fields by @maxburke in https://github.com/google/flatbuffers/pull/7700 * [FlexBuffers Dart] Fix a bug where a floating point number was cast to int and the value… by @mzaks in https://github.com/google/flatbuffers/pull/7703 * fix clang format plus implicit cast error in flexbuffer by @enum-class in https://github.com/google/flatbuffers/pull/7704 * [Go] Fix bug where `bytes` wasn't being imported when using --gen-onefile flag by @le-michael in https://github.com/google/flatbuffers/pull/7706 * Add Ref.AsStringBytes to flatbuffers.flexbuffers Python API by @JunyoungLim in https://github.com/google/flatbuffers/pull/7713 * Add CI job to build linux and run unit test on s390x by @sunwen18 in https://github.com/google/flatbuffers/pull/7707 * [C++] Fix clang `-Wnewline-eof` warning by @mogemimi in https://github.com/google/flatbuffers/pull/7711 * Add clang-tidy, fix some bugpron problems. by @enum-class in https://github.com/google/flatbuffers/pull/7708 * Fix Rust codegen escaping field in tables. by @CasperN in https://github.com/google/flatbuffers/pull/7659 * Add include guards around DoNotRequireEofTest by @engedy in https://github.com/google/flatbuffers/pull/7728 * Add CI step to build with -DFLATBUFFERS_NO_FILE_TESTS. by @engedy in https://github.com/google/flatbuffers/pull/7729 * [Go] Perform empty string check on string fields when packing objects by @le-michael in https://github.com/google/flatbuffers/pull/7719 * Fixed test cases by @rishabhdeepsingh in https://github.com/google/flatbuffers/pull/7732 * [TS] Fix getFullyQualifiedName codegen for typescript by @jkuszmaul in https://github.com/google/flatbuffers/pull/7730 * Add link to building guide by @rishabhdeepsingh in https://github.com/google/flatbuffers/pull/7733 * Fix "'flatbuffers::FieldDef* field' shadows a parameter" by @rgiese in https://github.com/google/flatbuffers/pull/7740 * [Go] Add go.mod file by @le-michael in https://github.com/google/flatbuffers/pull/7720 * Fix go.mod name by @le-michael in https://github.com/google/flatbuffers/pull/7756 * FlatBuffers Version 23.1.4 by @dbaileychess in https://github.com/google/flatbuffers/pull/7758 ## New Contributors * @JunyoungLim made their first contribution in https://github.com/google/flatbuffers/pull/7713 * @rgiese made their first contribution in https://github.com/google/flatbuffers/pull/7740 **Full Changelog**: https://github.com/google/flatbuffers/compare/v22.12.06...v23.1.4
iOS macOS
google/swift-benchmark 0.1.2
A swift library to benchmark code snippets.
⭐️ 914
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
0.1.2
1 year ago
Minor release that bumps version of swift-argument parser dependency, and adds a benchmark comparison script. Changes since last release: * Add script to compare benchmark results (#85) * Clarify what's really needed for SPM (#91) * CI: Simplify the Windows CI rules (#93) * Bump swift-argument-parser to stable (#94)
0.1.1
2 years ago
Minor update for supporting swift-benchmark on Windows targets on 5.4 or newer Swift releases.
google/google-api-objectivec-client-for-rest v3.5.2
Google APIs Client Library for Objective-C for REST
⭐️ 742
🕓 1 week ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v3.5.2 Release
1 week ago
## What's Changed * The base image has a new enough cocoapods, no need to update. by @thomasvl in https://github.com/google/google-api-objectivec-client-for-rest/pull/628 * Generate current service sources. by @thomasvl in https://github.com/google/google-api-objectivec-client-for-rest/pull/629 * Generate current sources by @thomasvl in https://github.com/google/google-api-objectivec-client-for-rest/pull/630 * Generate current service sources. by @thomasvl in https://github.com/google/google-api-objectivec-client-for-rest/pull/631 * Move CI to macos-14 and use Xcode 14.2. by @thomasvl in https://github.com/google/google-api-objectivec-client-for-rest/pull/632 * Add visionOS support. by @thomasvl in https://github.com/google/google-api-objectivec-client-for-rest/pull/633 * Version bump to do a release. by @thomasvl in https://github.com/google/google-api-objectivec-client-for-rest/pull/636 * Update services by @thomasvl in https://github.com/google/google-api-objectivec-client-for-rest/pull/639 **Full Changelog**: https://github.com/google/google-api-objectivec-client-for-rest/compare/v3.5.1...v3.5.2
v3.5.1 Release
12 weeks ago
## What's Changed * Add a cocoapods_version requirement. by @thomasvl in https://github.com/google/google-api-objectivec-client-for-rest/pull/626 **Full Changelog**: https://github.com/google/google-api-objectivec-client-for-rest/compare/v3.5.0...v3.5.1
v3.5.0 Release
12 weeks ago
## What's Changed * Asynchronously calculate User-Agent by @bhamiltoncx in https://github.com/google/google-api-objectivec-client-for-rest/pull/623 * Version bump for a release. by @thomasvl in https://github.com/google/google-api-objectivec-client-for-rest/pull/624 * Add xcprivacy manifest info. by @thomasvl in https://github.com/google/google-api-objectivec-client-for-rest/pull/617 * Move to actions/checkout@v4 to avoid warnings. by @thomasvl in https://github.com/google/google-api-objectivec-client-for-rest/pull/625 **Full Changelog**: https://github.com/google/google-api-objectivec-client-for-rest/compare/v3.4.0...v3.5.0
v3.4.0 Release
13 weeks ago
## What's Changed * Generate current service sources. by @thomasvl in https://github.com/google/google-api-objectivec-client-for-rest/pull/614 * Expand docs on GTLRServiceTicket methods by @bhamiltoncx in https://github.com/google/google-api-objectivec-client-for-rest/pull/619 * [Cleanup] Remove method +[GTLRService ticketClass] by @bhamiltoncx in https://github.com/google/google-api-objectivec-client-for-rest/pull/620 * Version bump for a release by @thomasvl in https://github.com/google/google-api-objectivec-client-for-rest/pull/621 * Generate current service sources. by @thomasvl in https://github.com/google/google-api-objectivec-client-for-rest/pull/622 ## New Contributors * @bhamiltoncx made their first contribution in https://github.com/google/google-api-objectivec-client-for-rest/pull/619 **Full Changelog**: https://github.com/google/google-api-objectivec-client-for-rest/compare/v3.3.0...v3.4.0
v3.3.0 Release
21 weeks ago
## What's Changed * Generate current service sources. by @thomasvl in https://github.com/google/google-api-objectivec-client-for-rest/pull/610 * Generate current service sources. by @thomasvl in https://github.com/google/google-api-objectivec-client-for-rest/pull/611 * Version bump to be ready to do a release. by @thomasvl in https://github.com/google/google-api-objectivec-client-for-rest/pull/612 **Full Changelog**: https://github.com/google/google-api-objectivec-client-for-rest/compare/v3.2.0...v3.3.0
v3.2.0 Release
33 weeks ago
## What's Changed * Update generated services. by @thomasvl in https://github.com/google/google-api-objectivec-client-for-rest/pull/599 https://github.com/google/google-api-objectivec-client-for-rest/pull/600 * Add annotations for new deprecated information in discover: https://github.com/google/google-api-objectivec-client-for-rest/pull/602 https://github.com/google/google-api-objectivec-client-for-rest/pull/603 https://github.com/google/google-api-objectivec-client-for-rest/pull/604 https://github.com/google/google-api-objectivec-client-for-rest/pull/605 * Version bump to make a release by @thomasvl in https://github.com/google/google-api-objectivec-client-for-rest/pull/606 **Full Changelog**: https://github.com/google/google-api-objectivec-client-for-rest/compare/v3.1.0...v3.2.0
v3.1.0 Release
45 weeks ago
## What's Changed * Update generated services to what is currently being served up. by @thomasvl in https://github.com/google/google-api-objectivec-client-for-rest/pull/576 * Switch to macos-latest CI images. by @thomasvl in https://github.com/google/google-api-objectivec-client-for-rest/pull/577 * Generate current service sources. by @thomasvl in https://github.com/google/google-api-objectivec-client-for-rest/pull/578 * Generate current versions of services. by @thomasvl in https://github.com/google/google-api-objectivec-client-for-rest/pull/582 * Re enable watchOS. by @thomasvl in https://github.com/google/google-api-objectivec-client-for-rest/pull/583 * Don't use GTMAppAuth 3.0 in examples until the potential build issue is resolved. by @thomasvl in https://github.com/google/google-api-objectivec-client-for-rest/pull/587 * Update the reserved word list for Ventura. by @thomasvl in https://github.com/google/google-api-objectivec-client-for-rest/pull/588 * Generate current services from discovery. by @thomasvl in https://github.com/google/google-api-objectivec-client-for-rest/pull/586 * Update the reserved words check. by @thomasvl in https://github.com/google/google-api-objectivec-client-for-rest/pull/590 * Fix small typo in documentation by @larrylegend in https://github.com/google/google-api-objectivec-client-for-rest/pull/591 * Quick update of the examples to GTMAppAuth 3.0 by @thomasvl in https://github.com/google/google-api-objectivec-client-for-rest/pull/592 * Service related updates by @thomasvl in https://github.com/google/google-api-objectivec-client-for-rest/pull/597 * version bump for a release by @thomasvl in https://github.com/google/google-api-objectivec-client-for-rest/pull/598 ## New Contributors * @larrylegend made their first contribution in https://github.com/google/google-api-objectivec-client-for-rest/pull/591 **Full Changelog**: https://github.com/google/google-api-objectivec-client-for-rest/compare/v3.0.0...v3.1.0
v3.0.0 Release
1 year ago
This is a major version bump because of raises the minimum iOS version support (like GTMSessionFetcher and Firebase have done). ## What's Changed * Suppress warnings for the session fetcher authorizer changes. by @thomasvl in https://github.com/google/google-api-objectivec-client-for-rest/pull/562 * Bump minimum iOS version to 10.0. by @thomasvl in https://github.com/google/google-api-objectivec-client-for-rest/pull/569 * Service updates. **Full Changelog**: https://github.com/google/google-api-objectivec-client-for-rest/compare/v2.0.1...v3.0.0
v2.0.1 Release
1 year ago
* Generated current services as defined by discovery * Suppress warnings for the GTMSessionFetcher authorizer changes (new to that version 2.1.0). #558 **Full Changelog**: https://github.com/google/google-api-objectivec-client-for-rest/compare/v2.0.0...v2.0.1
v2.0.0 Release
1 year ago
With this release the source layout has been changed to better match what SwiftPM wants (this was done in the model used by Firebase to hopefully allow for easier integrations). **Both** SwiftPM and CocoaPods now support `#import`ing headers as `#import <GoogleAPIClientForREST/HEADER_NAME.h>`. So if you had something like: #import "GTLRDrive.h" It will need to be replaced with: #import <GoogleAPIClientForREST/GTLRDrive.h> The modular imports (`@import` in ObjC and all `import` directives in Swift) are unchanged and unique to each package system because of the inherent differences in the package systems. Other changes: * Generated Services have been update. * The wiki has been retired and the content moved to markdown pages in the repository to allow for contributions going forward. * SwiftPM and CocoaPods systems now run all the unittests. * The Xcode project within the project was dropped and CocoaPods and/or SwiftPM can be directly used to work on the project to ensure things continue to work. * The Github Actions have been improved to have better coverage on future changes to the project. * `GTLRDefines.h` was pruned to be more minimal. #527 * Prefer imports over fwd decls to avoid potential partial types #538 * Support for a SessionFetcher 2.0 release #542 * This also directly import the SessionFetcher headers into the public headers here avoid issues with Swift interface not having some properties due to the previous forward declarations.
iOS macOS watchOS tvOS
google/nearby v1.1.0-embedded-rc1
🐿️ A collection of projects focused on connectivity that enable building cross-device experiences.
⭐️ 659
🕓 46 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Embedded v1.1.0-RC1
1 year ago
Support GFPS 3.2 specification per [specification](https://developers.google.com/nearby/fast-pair/specifications/introduction). New features: * Smart Audio Source Switching (SASS) * Two byte salt for improved security Other changes: * Added optional encryption modules based on mbedtls. * Fixed build issues. * More verbose and readable logs.
Embedded v1.0.0
2 years ago
Initial release supporting GFPS 3.1 per [specification](https://developers.google.com/nearby/fast-pair/specifications/introduction). Supported features include: * Initial pairing with discoverable advertisement * Subsequent pairing with non-discoverable advertisement * Retroactive Active Key for provisioning after manual pairing * Battery Notification * Personalized Name * RFCOMM message stream * Unit-tests on a simulated gLinux platform implementation
iOS v0.0.1
2 years ago
* Upload iOS NearbyConnections_framework.zip.
iOS macOS watchOS tvOS
google/GoogleSignIn-iOS 7.1.0
Enables iOS and macOS apps to sign in with Google.
⭐️ 416
🕓 4 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Google Sign-In 7.1.0
4 weeks ago
- Update to Swift 5.0 in `GoogleSignInSwiftSupport` pod ([#317](https://github.com/google/GoogleSignIn-iOS/pull/317)) - Documentation updates ([#351](https://github.com/google/GoogleSignIn-iOS/pull/351), [#372](https://github.com/google/GoogleSignIn-iOS/pull/372)) - Add Privacy Manifest ([#382](https://github.com/google/GoogleSignIn-iOS/pull/382)) - Internal - Fix typo in `SFSafariViewController` ([#291](https://github.com/google/GoogleSignIn-iOS/pull/291)) - Fix `OCMock` usage in unit test ([#298](https://github.com/google/GoogleSignIn-iOS/pull/298)) - Use new [delegate protocol](https://github.com/google/GTMAppAuth/pull/224) from GTMAppAuth 4.0.0 ([#299](https://github.com/google/GoogleSignIn-iOS/pull/299)) - Ensure that `completion` is not nil before calling `-[GIDSignIn restorePreviousSignIn:]` ([#301](https://github.com/google/GoogleSignIn-iOS/pull/301)) - Removes `macos-11` runner in GitHub workflows ([#302](https://github.com/google/GoogleSignIn-iOS/pull/302)) - Updates button name reference so UI automation tests pass ([#308](https://github.com/google/GoogleSignIn-iOS/pull/308))
Google Sign-In 7.1.0-fac-beta-1.0.0
10 weeks ago
- Beta release supporting Firebase App Check tokens used to establish your application's integrity while signing in with Google - Internal - Update SignInSample Podfile minimum iOS version ([#355](https://github.com/google/GoogleSignIn-iOS/pull/355)) - Update AppCheckExample unit test target to pass during continuous integration ([#356](https://github.com/google/GoogleSignIn-iOS/pull/356))
Google Sign-In 7.1.0-fac-eap-1.0.0
22 weeks ago
- Early Access Program (EAP) release supporting Firebase App Check tokens used to establish your application's integrity while signing in with Google - Use [`-[GIDSignIn configureWithCompletion:]`](https://github.com/google/GoogleSignIn-iOS/blob/7.1.0-fac-eap-1.0.0/GoogleSignIn/Sources/Public/GoogleSignIn/GIDSignIn.h#L79) to configure GSI to use Firebase App Check as early as possible in your app to minimize latency. - Use [`-[GIDSignIn configureDebugProviderWithAPIKey:completion:]`](https://github.com/google/GoogleSignIn-iOS/blob/7.1.0-fac-eap-1.0.0/GoogleSignIn/Sources/Public/GoogleSignIn/GIDSignIn.h#L91) in debug builds or continuous integration environments. - New [sample app](https://github.com/google/GoogleSignIn-iOS/tree/7.1.0-fac-eap-1.0.0/Samples/Swift/AppAttestExample) showing example of configuring GSI to use Firebase App Check. - Internal - Fix typo in `SFSafariViewController` ([#291](https://github.com/google/GoogleSignIn-iOS/pull/291)) - Removes `macos-11` runner in GitHub workflows ([#302](https://github.com/google/GoogleSignIn-iOS/pull/302)) - Updates button name reference so UI automation tests pass ([#308](https://github.com/google/GoogleSignIn-iOS/pull/308)) - Ensure that `completion` is not nil before calling `-[GIDSignIn restorePreviousSignIn:]` ([#301](https://github.com/google/GoogleSignIn-iOS/pull/301)) - Use new [delegate protocol](https://github.com/google/GTMAppAuth/pull/224) from GTMAppAuth 4.0.0 ([#299](https://github.com/google/GoogleSignIn-iOS/pull/299))
Google Sign-In 7.0.0
1 year ago
- All configuration can now be provided via your `Info.plist` file. ([#228](https://github.com/google/GoogleSignIn-iOS/pull/228)) - Use the following keys in `<key>KEY</key><string>VALUE</string>` pairs to configure the SDK: - `GIDClientID` (required) - `GIDServerClientID` (optional) - `GIDHostedDomain` (optional) - `GIDOpenIDRealm` (optional) - Support for [Swift Concurrency](https://docs.swift.org/swift-book/LanguageGuide/Concurrency.html). ([#187](https://github.com/google/GoogleSignIn-iOS/pull/187)) - API surface improvements ([#249](https://github.com/google/GoogleSignIn-iOS/pull/249), [#228](https://github.com/google/GoogleSignIn-iOS/pull/228), [#187](https://github.com/google/GoogleSignIn-iOS/pull/187)) - `GIDSignIn` - New `configuration` property. - Removed `Configuration:` arguments from `signIn:` methods. - Removed `addScopes:` and added it to `GIDGoogleUser`. - Renamed `callback:` arguments to `completion:` for asynchronous methods taking blocks. - `GIDGoogleUser` - New `configuration` property. - New `addScopes:` method moved from `GIDSignIn`. - Removed `authentication` property and replaced it with: - New `accessToken` property. - New `refreshToken` property. - New `idToken` property. - New `fetcherAuthorizer` property. - New `refreshTokensIfNeededWithCompletion:` method. - New `GIDToken` class to represent access, refresh, and ID tokens in `GIDGoogleUser`. - New `GIDSignInResult` class to represent the result of a successful signIn or addScopes flow. - Removed `GIDSignInCallback`, `GIDDisconnectCallback`, and `GIDAuthenticationAction` block type definitions.
Google Sign-In 6.2.4
1 year ago
- Updated the GTMSessionFetcher dependency to allow 2.x versions. ([#207](https://github.com/google/GoogleSignIn-iOS/pull/207))
Google Sign-In 6.2.3
1 year ago
* Fix resource loading in GoogleSignInSwift with CocoaPods use_frameworks! ([#197](https://github.com/google/GoogleSignIn-iOS/pull/197)) * Prevent build errors for GoogleSignInSwift in certain scenarios when using Swift Package Manager. ([#166](https://github.com/google/GoogleSignIn-iOS/pull/166))
Google Sign-In 6.2.2
1 year ago
- Prevent build errors for GoogleSignInSwift when using Swift Package Manager. ([#157](https://github.com/google/GoogleSignIn-iOS/pull/157)) - Prevent a build error on Xcode 12 and earlier. ([#158](https://github.com/google/GoogleSignIn-iOS/pull/158))
Google Sign-In 6.2.1
1 year ago
- Use `GoogleSignInSwiftSupport` as the name of the Swift support CocoaPod. ([#137](https://github.com/google/GoogleSignIn-iOS/pull/137))
Google Sign-In 6.2.0
1 year ago
- Support for macOS. ([#104](https://github.com/google/GoogleSignIn-iOS/pull/104)) - Added a SwiftUI "Sign in with Google" button. ([#103](https://github.com/google/GoogleSignIn-iOS/pull/103)) - Added the ability to request additional scopes at sign-in time. ([#30](https://github.com/google/GoogleSignIn-iOS/pull/30)) - Fixed several issues. ([#87](https://github.com/google/GoogleSignIn-iOS/pull/87), [#106](https://github.com/google/GoogleSignIn-iOS/issues/106))
Google Sign-In iOS 6.1.0
2 years ago
- New Swift sample app demonstrating SwiftUI. ([#63](https://github.com/google/GoogleSignIn-iOS/pull/63)) - Support for Mac Catalyst. - Improvements to the `addScopes` implementation. ([#68](https://github.com/google/GoogleSignIn-iOS/pull/68), [#70](https://github.com/google/GoogleSignIn-iOS/pull/70))
iOS macOS
google/GTMAppAuth 4.1.1
Apple platforms SDK for using AppAuth with Google libraries.
⭐️ 357
🕓 6 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
GTMAppAuth 4.1.1
6 weeks ago
- Fix PrivacyInfo bundling issues ([#241](https://github.com/google/GTMAppAuth/pull/241))
GTMAppAuth 4.1.0
6 weeks ago
- Fix keychain key bug ([#237](https://github.com/google/GTMAppAuth/pull/237)) - Add privacy manifest ([#239](https://github.com/google/GTMAppAuth/pull/239))
GTMAppAuth 4.0.0
49 weeks ago
- Updated `AuthSessionDelegate` method for updating error to take a completion to support async updates [#229](https://github.com/google/GTMAppAuth/pull/229)
GTMAppAuth 3.0.0
1 year ago
* GTMAppAuth has been translated from Objective-C to Swift. (https://github.com/google/GTMAppAuth/pull/190) * Improved API surface. (https://github.com/google/GTMAppAuth/pull/203) * Renamed `GTMAppAuthFetcherAuthorization` to `GTMAuthSession`. * Added `GTMAuthSessionStore` protocol. * Added `GTMKeychainStore` class conforming to `GTMAuthSessionStore` providing keychain storage of `GTMAuthSession` objects as well as [GTMOAuth2](https://github.com/google/gtm-oauth2) compatibility. * Added the ability to specify a keychain access group rather than use the default group. * Stored representation of `GTMAuthSession` objects remains unchanged from that of `GTMAppAuthFetcherAuthorization` in previous versions of GTMAppAuth, allowing for backward and forward compatibility. * Significantly improved error handling. * Added [AuthSessionDelegate](https://github.com/google/GTMAppAuth/pull/224/files#diff-ad81e5244511faaa4b3d98553128438e30a94914c279fb7d42c0acfbbdc24500) protocol allowing clients to 1) provide additional token refresh parameters and 2) inspect and modify errors before they are returned during the authorize request flow. * Unit tests added. (https://github.com/google/GTMAppAuth/pull/190, https://github.com/google/GTMAppAuth/pull/202) # Note for CocoaPods Users Update your `Podfile`s to include either `use_frameworks!` or `use_frameworks! :linkage => :static`. The latter will require that you have at least one Swift file; if you don't, then you can simply add one empty Swift file to your project.
GTMAppAuth 2.0.0
1 year ago
* Updated the GTMSessionFetcher dependency to allow 3.x versions. ([#192](https://github.com/google/GTMAppAuth/pull/192)) * Minimum deployment versions for iOS and tvOS increased to 10. ([#188](https://github.com/google/GTMAppAuth/pull/188), [#191](https://github.com/google/GTMAppAuth/pull/191))
GTMAppAuth 1.3.1
1 year ago
* Updated the GTMSessionFetcher dependency to allow 2.x versions. ([#155](https://github.com/google/GTMAppAuth/pull/155), [#175](https://github.com/google/GTMAppAuth/pull/175)) * Use secure coding with `NSKeyedArchiver` when available. ([#145](https://github.com/google/GTMAppAuth/pull/145))
GTMAppAuth 1.3.0
1 year ago
* Added the option to use the data protection keychain on macOS. ([#151](https://github.com/google/GTMAppAuth/pull/151)) * Unified the keychain access layer, moving macOS to the modern SecItem API. ([#150](https://github.com/google/GTMAppAuth/pull/150)) * Added Swift Package Manager projects for the example apps. ([#153](https://github.com/google/GTMAppAuth/pull/153))
GTMAppAuth 1.2.3
2 years ago
* Fixed Keychain duplicate entry error on macOS. ([#138](https://github.com/google/GTMAppAuth/pull/138)) * Match GTMSessionFetcher's min macOS version to avoid warnings. ([#142](https://github.com/google/GTMAppAuth/pull/142))
1.2.2 Release
2 years ago
* Fixed Swift Package Manager issue with Xcode 12.5.
1.2.1 Release
3 years ago
* Addressed CocoaPod packaging issue in the [1.2.0 release](https://github.com/google/GTMAppAuth/releases/tag/1.2.0).
iOS macOS watchOS tvOS
google/gtm-session-fetcher v3.4.1
Google Toolbox for Mac - Session Fetcher
⭐️ 233
🕓 1 week ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v3.4.1 Release
1 week ago
## What's Changed * Version bump to prep for a release. by @thomasvl in https://github.com/google/gtm-session-fetcher/pull/391 * Correct the modular header support. by @thomasvl in https://github.com/google/gtm-session-fetcher/pull/390 **Full Changelog**: https://github.com/google/gtm-session-fetcher/compare/v3.4.0...v3.4.1
v3.4.0 Release
1 week ago
## What's Changed * Add `DEFINES_MODULE` to support downstream usage of static libs by @thomasvl in https://github.com/google/gtm-session-fetcher/pull/385 * Add ability to set `stopFetchingTriggersCompletionHandler` on `GTMSessionFetcherService` by @kuanfajardo in https://github.com/google/gtm-session-fetcher/pull/386 * Version bump to start getting things ready for a release. by @thomasvl in https://github.com/google/gtm-session-fetcher/pull/387 ## New Contributors * @kuanfajardo made their first contribution in https://github.com/google/gtm-session-fetcher/pull/386 **Full Changelog**: https://github.com/google/gtm-session-fetcher/compare/v3.3.2...v3.4.0
v3.3.2 Release
5 weeks ago
## What's Changed * The base image has a new enough cocoapods, no need to update. by @thomasvl in https://github.com/google/gtm-session-fetcher/pull/377 * Update test for iOS 17 (and related OSes) NSURL changes. by @thomasvl in https://github.com/google/gtm-session-fetcher/pull/378 * And direct path for schema not changing. by @thomasvl in https://github.com/google/gtm-session-fetcher/pull/379 * Move CI to macos-14 and use Xcode 14.2. by @thomasvl in https://github.com/google/gtm-session-fetcher/pull/380 * CI: Update destination to something better for Xcode 15. by @thomasvl in https://github.com/google/gtm-session-fetcher/pull/381 * Add visionOS support. by @thomasvl in https://github.com/google/gtm-session-fetcher/pull/382 * Version bump by @thomasvl in https://github.com/google/gtm-session-fetcher/pull/383 **Full Changelog**: https://github.com/google/gtm-session-fetcher/compare/v3.3.1...v3.3.2
v3.3.1 Release
12 weeks ago
## What's Changed * Include a cocoapods_version requirement. by @thomasvl in https://github.com/google/gtm-session-fetcher/pull/376 **Full Changelog**: https://github.com/google/gtm-session-fetcher/compare/v3.3.0...v3.3.1
v3.3.0 Release
12 weeks ago
## What's Changed * [UnitTests] Fix order-dependent synchronous decorator tests by @bhamiltoncx in https://github.com/google/gtm-session-fetcher/pull/369 * Remove +[GTMSessionFetcher deleteLogDirectoriesOlderThanDate:] by @thomasvl in https://github.com/google/gtm-session-fetcher/pull/370 * Remove unneeded import statement. by @thomasvl in https://github.com/google/gtm-session-fetcher/pull/371 * Version bump for a release. by @thomasvl in https://github.com/google/gtm-session-fetcher/pull/373 * Move to actions/checkout@v4 to avoid warnings. by @thomasvl in https://github.com/google/gtm-session-fetcher/pull/374 * Add xcprivacy manifest info. by @thomasvl in https://github.com/google/gtm-session-fetcher/pull/372 **Full Changelog**: https://github.com/google/gtm-session-fetcher/compare/v3.2.0...v3.3.0
v3.2.0 Release
21 weeks ago
## What's Changed * New option to calculate User-Agent string asynchronously and cache it by @bhamiltoncx in https://github.com/google/gtm-session-fetcher/pull/353 * Remove unneeded block. by @thomasvl in https://github.com/google/gtm-session-fetcher/pull/354 * Extract _downloadedLength within the sync block. by @thomasvl in https://github.com/google/gtm-session-fetcher/pull/355 * Use new GTMUserAgentProvider by default by @bhamiltoncx in https://github.com/google/gtm-session-fetcher/pull/357 * Fix concurrency issue in GTMFetcherCleanedUserAgentString() causing crashes by @bhamiltoncx in https://github.com/google/gtm-session-fetcher/pull/359 * Fix for local overwrite. by @thomasvl in https://github.com/google/gtm-session-fetcher/pull/363 * Support -Wstrict-prototype by declaring no args. by @thomasvl in https://github.com/google/gtm-session-fetcher/pull/364 **Full Changelog**: https://github.com/google/gtm-session-fetcher/compare/v3.1.1...v3.2.0
v3.1.1 Release
1 year ago
## What's Changed * Turn down log level of GTMSessionFetcher decorators by @bhamiltoncx in https://github.com/google/gtm-session-fetcher/pull/341 * Fix Swift async fetcher leak by @paulb777 in https://github.com/google/gtm-session-fetcher/pull/346 **Full Changelog**: https://github.com/google/gtm-session-fetcher/compare/v3.1.0...v3.1.1
v3.1.0 Release
1 year ago
## What's Changed * Update currentOffset from Query Response by @maneesht in https://github.com/google/gtm-session-fetcher/pull/323 * Use local to avoid arc-repeated-use-of-weak warnings. by @thomasvl in https://github.com/google/gtm-session-fetcher/pull/336 * Run clang-format -i -style=Google over the sources. by @thomasvl in https://github.com/google/gtm-session-fetcher/pull/335 * Add API to call callbacks after a cancel by @paulb777 in https://github.com/google/gtm-session-fetcher/pull/328 * Handle edge case where fetch finishes before cancel completes. by @thomasvl in https://github.com/google/gtm-session-fetcher/pull/337 * Some comment tweaks for the cancel support. by @thomasvl in https://github.com/google/gtm-session-fetcher/pull/338 * Version bump for a release. by @thomasvl in https://github.com/google/gtm-session-fetcher/pull/340 ## New Contributors * @maneesht made their first contribution in https://github.com/google/gtm-session-fetcher/pull/323 **Full Changelog**: https://github.com/google/gtm-session-fetcher/compare/v3.0.0...v3.1.0
v3.0.0 Release
1 year ago
This is functionally the same as v2.2.0 was, but done as a major version bump to be correct from a semver point of view; the major issue being the change of the iOS minimum supported version. A v2.3.0 release was made to remove some changes that broke the semver contract. **Full Changelog**: https://github.com/google/gtm-session-fetcher/compare/v2.2.0...v3.0.0
v2.3.0 Release
1 year ago
This reverts #327, #324, & #329, mainly to go back to an iOS min version of 9.0 and thus not break semver contract for the 2.x releases. ## What's Changed * Fix up 2.2 release and prep a 2.3 release by @thomasvl in https://github.com/google/gtm-session-fetcher/pull/334 **Full Changelog**: https://github.com/google/gtm-session-fetcher/compare/v2.2.0...v2.3.0
iOS macOS watchOS tvOS
google/JacquardSDKiOS v1.0.0
Jacquard™ by Google weaves new digital experiences into the things you love, wear, and use every day to give you the power to do more and be more. Jacquard SDK is a way to connect Jacquard interactions within your apps. Create an app and bring it to life with gestures, lights and haptics through the Jacquard SDK.
⭐️ 16
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Canvas - v1.0.0
1 year ago
1) Real time streaming of IMU data. 2) Multi tag support - DFU & LEDs. 3) Custom Proto support for custom UJT modules 4) Improved UJT reconnections. 5) Bug fixes.
Damask - 0.2.0
2 years ago
1. Open sourced SDK. 2. Record, store and send IMU data. 3. New Sample App example called 'Places'. 4. Improved Tag LED settings in sample app. 5. Device firmware upgrade via Cloud API. 6. Bug fixes. 7. Documentation Improvements.
Initial Version
2 years ago
This is the initial version of the Jacquard SDK for iOS. The SDK itself is released as a compiled binary framework/xcframework. Please see [the documentation](https://google.github.com/JacquardSDKiOS) for integration instructions.
iOS macOS
google/abseil-cpp-binary 1.2024011601.1
Binary distribution of the Abseil library.
⭐️ 8
🕓 2 weeks ago
google/grpc-binary 1.62.2
Binary distribution of the gRPC library.
⭐️ 6
🕓 2 weeks ago

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics