Organizing AeroGear iOS Pods
by Daniel Passos
Hi!
Julio and I are preparing new releases for all our iOS libraries and we
realized the Pods name are a mess
Some projects are using
Repo name: aerogear-ios-[feature]
Project: aerogear-[feature]
Pod: aerogear-[feature]
We wanna move all our libraries to the same page renaming all to the
following pattern:
Repo name: aerogear-ios-[feature]
Project: AeroGear[Feature]
Pod: AeroGear[Feature]
Changing the library name in CocoaPods is not a cool thing to do, but since
the next release will be a major I do not see a problem.
Wdyt?
--
-- Passos
7 years, 3 months
Fwd: [pushy] Pushy v0.11 has been released
by Matthias Wessendorf
It's quite a change, and needs code to get it working
-M
---------- Forwarded message ----------
From: <jon(a)turo.com>
Date: Wed, Sep 20, 2017 at 4:26 AM
Subject: [pushy] Pushy v0.11 has been released
To: pushy <pushy-apns(a)googlegroups.com>
Friends,
I'm pleased to announce that Pushy v0.11 has been released and is on its
way to Maven Central.
This release represents a significant architectural shift. ApnsClient
instances now maintain their own internal connection pools, connect on
demand, and will manage all of the reconnection timing on their own. This
should make life much simpler for most users, and should open the door to
performance gains for industrial-scale users who were previously
constrained by running clients on a single thread. This should also fix a
host of reported bugs around reconnection and resource usage.
Other changes include:
- Updated to Netty 4.1.14 for the latest bug fixes and performance
improvements
- Restored reference-counted SSL providers, which should resolve issues
around direct memory usage and reclamation
- Added support for building MDM payloads
For a complete list of changes, please see the v0.11 milestone
<https://github.com/relayrides/pushy/milestone/24?closed=1>.
Cheers!
-Jon
--
Pushy is an open-source Java library for sending APNs (iOS and OS X) push
notifications. Pushy is brought to you by the engineers at RelayRides.
---
You received this message because you are subscribed to the Google Groups
"pushy" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to pushy-apns+unsubscribe(a)googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
Matthias Wessendorf
blog: http://matthiaswessendorf.wordpress.com/
twitter: http://twitter.com/mwessendorf
7 years, 3 months