atlassian-connect-core 0.7.0.2 → 0.7.1.0
raw patch · 2 files changed
+6/−5 lines, 2 filesdep ~http-clientdep ~http-client-tlsdep ~http-typesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: http-client, http-client-tls, http-types, network-api-support
API changes (from Hackage documentation)
+ Snap.AtlassianConnect: [lrOauthClientId] :: LifecycleResponse -> Maybe Text
- Snap.AtlassianConnect: LifecycleResponseInstalled :: Text -> ClientKey -> Text -> Maybe Text -> Maybe Text -> Maybe Text -> ConnectURI -> Maybe Text -> Maybe Text -> Maybe Text -> LifecycleResponse
+ Snap.AtlassianConnect: LifecycleResponseInstalled :: Text -> ClientKey -> Text -> Maybe Text -> Maybe Text -> Maybe Text -> ConnectURI -> Maybe Text -> Maybe Text -> Maybe Text -> Maybe Text -> LifecycleResponse
Files
atlassian-connect-core.cabal view
@@ -10,7 +10,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.7.0.2+version: 0.7.1.0 -- A short (one-line) description of the package. synopsis: Atlassian Connect snaplet for the Snap Framework and helper code.@@ -111,10 +111,10 @@ , time >= 1.2 , time-units == 1.* , transformers >= 0.3- , http-client == 0.4.*- , http-client-tls == 0.2.*- , http-types == 0.8.*- , network-api-support == 0.2.*+ , http-client >= 0.4+ , http-client-tls >= 0.2+ , http-types >= 0.8+ , network-api-support >= 0.2 , cryptohash == 0.11.* if flag(network-uri)
src/Snap/AtlassianConnect/LifecycleResponse.hs view
@@ -31,6 +31,7 @@ , lrProductType :: Maybe T.Text , lrDescription :: Maybe T.Text , lrEventType :: Maybe T.Text+ , lrOauthClientId :: Maybe T.Text } deriving (Eq, Show, Generic) instance FromJSON LifecycleResponse where