Skip to content

Releases: Yamasee/skypath-ios-sdk

v2.2.5

05 Sep 14:47
Compare
Choose a tag to compare

Fix possible race conditions during location updates that could lead to a crash.

v2.2.4

21 Aug 13:23
Compare
Choose a tag to compare

Fix Nowcast GeoJSON.

v2.2.3

07 Aug 13:29
Compare
Choose a tag to compare

Fixed SkyPath.dataQuery updating issue.

v2.2.2

01 Aug 10:42
Compare
Choose a tag to compare

Fixes

Changle linking GEOSwift from static to dynamic to avoid duplicated symbols issues.
Fix missing properties in the Nowcast GeoJSON.
Rename the skypath_alt field to alt in the Observed GeoJSON.

v2.2.1

10 Jul 13:19
Compare
Choose a tag to compare

Fix local filtering data in the antimeridian corridor polygon when the query polygon was normalized in 360.

v2.2.0

05 Apr 08:22
Compare
Choose a tag to compare

Features

  • Nowcasting - predicted turbulence docs
  • Live Flights - SkyPath reporting aircraft docs
  • Location Injection - provide location from an external source (AID) docs
  • Buffer and Simplify functions to easier build route corridor polygon

Improvements

  • Updated inline and usage documentation
  • Various other improvements and performance optimizations

Migrate from 2.1.x to 2.2.x

v2.1.8

15 Mar 09:17
Compare
Choose a tag to compare

Fix turbulence data filtering by TurbulenceQuery.sevs when calling SkyPath.turbulence(with:).

v2.1.7

31 Jan 15:25
Compare
Choose a tag to compare

Added SkyPath.useCalculatedPressureAltitudeForSelf flag to enable calculated pressure altitude

v2.1.6

02 Jan 13:08
Compare
Choose a tag to compare

Fixed an invalid longitude issue when a hexagon crosses the antimeridian (the 180-degree line).

v2.1.5

29 Nov 12:56
Compare
Choose a tag to compare

Fixed an issue when some heavy data were loaded from a file on a main thread on SDK start that caused a short hang.

Some small amounts of data loading from a file or JSONDecoder work can still happen on the main thread for proper work, but it will not block the main thread for a long time and cause issues.