[ANN] Cognitect Labs' aws-api 0.8.666

2023-04-27 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.666 is now available!

0.8.666 / 2023-04-27 

   - 301 gets cognitect.anomalies/incorrect instead of 
   cognitect.anomalies/fault #237 
   

0.8.664
 
/ 2023-04-26 
   
   - Safely return byte arrays from ByteBuffers, honoring the position and 
   remaining attributes, copying the underlying byte array when necessary. 
   #238 
   - Upgrade to com.cognitect/http-client "1.0.123", which includes status 
   and headers in anomalies.
  - Fixes #171 
  - Improves #15 
   
Obs: the anomaly fix provides users the opportunity to detect 301s and 
programmatically recover when the "x-amz-bucket-region" header is present.

README: https://github.com/cognitect-labs/aws-api/
API: https://cognitect-labs.github.io/aws-api/
Changelog: https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md
Upgrade Notes: 
https://github.com/cognitect-labs/aws-api/blob/master/UPGRADE.md
Latest Releases of api, endpoints, and all services: 
https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/3eb440a5-4a7c-48d0-9bca-4246d38e5180n%40googlegroups.com.


[ANN] Cognitect Labs' aws-api 0.8.652

2023-02-28 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.652 is now available!

0.8.652 / 2023-02-28 
   
   - ensure that we only read InputStream request bodies once #231 
    
  - h/t @jetmind
   - convey :document types in response payloads #232 
   


README: https://github.com/cognitect-labs/aws-api/
API: https://cognitect-labs.github.io/aws-api/
Changelog: https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md
Upgrade Notes: 
https://github.com/cognitect-labs/aws-api/blob/master/UPGRADE.md
Latest Releases of api, endpoints, and all services: 
https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/c1991c2b-736c-444a-99c6-60926b41fce4n%40googlegroups.com.


[ANN] Cognitect Labs' aws-api 0.8.635

2022-12-28 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.635 is now available!

0.8.635 / 2022-12-28 
   
   - fix URI parsing bug in ec2-metadata-utils (h/t @stevebuik)
  - this makes the client work in aws lambda with snapstart
  - add function to instrument test double client after initialization

README: https://github.com/cognitect-labs/aws-api/

API Docs: https://cognitect-labs.github.io/aws-api/
Changelog: https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md
Upgrade Notes: 
https://github.com/cognitect-labs/aws-api/blob/master/UPGRADE.md
Latest Releases of api, endpoints, and all services: 
https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/139e129c-a232-45ed-9551-a359c4dc94dan%40googlegroups.com.


[ANN] Cognitect Labs' aws-api 0.8.630

2022-12-05 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.630 is now available!

Here are the updates since the last release we announced:

0.8.630 / 2022-12-05 
   
   - log the credentials provider that succeeded #217 
   
   - add keyword access to :api on the test double client #224 
   

0.8.620
 
/ 2022-12-01 
   
   - ensure that serialize-uri can handle longs #145 
    
  - h/t @ghost
   - add keyword access to :api on client

0.8.615
 
/ 2022-11-28 
   
   - fix URI encoding for signing #193 
    
  - h/t @kgann
   
0.8.612
 
/ 2022-10-27 
   
   - upgrade to org.clojure/core.async "1.6.673"
   - NOTE: this release requires clojure >= 1.10

README: https://github.com/cognitect-labs/aws-api/
API Docs: https://cognitect-labs.github.io/aws-api/
Changelog: https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md
Upgrade Notes: 
https://github.com/cognitect-labs/aws-api/blob/master/UPGRADE.md
Latest Releases of api, endpoints, and all services: 
https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/cae0b120-bcb9-42ce-9682-9dc04cf32e81n%40googlegroups.com.


[ANN] Cognitect Labs' aws-api 0.8.603

2022-10-14 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.603 is now available!

0.8.603 / 2022-10-11 
   
   - parse XML error messages from AWS even when we ask for JSON #174 
   

README: https://github.com/cognitect-labs/aws-api/
API Docs: https://cognitect-labs.github.io/aws-api/
Changelog: https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md
Upgrade Notes: 
https://github.com/cognitect-labs/aws-api/blob/master/UPGRADE.md
Latest Releases of api, endpoints, and all services: 
https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/edb55f46-4449-40ab-bbdc-71599fb43818n%40googlegroups.com.


[ANN] Cognitect Labs' aws-api 0.8.596

2022-09-16 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.596 is now available!

0.8.596 / 2022-09-16 
   
   - upgrade to org.clojure/data.xml 0.2.0-alpha8. Fixes parsing issue #205 
   

README: https://github.com/cognitect-labs/aws-api/
API Docs: https://cognitect-labs.github.io/aws-api/
Changelog: https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md
Upgrade Notes: 
https://github.com/cognitect-labs/aws-api/blob/master/UPGRADE.md
Latest Releases of api, endpoints, and all services: 
https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/4cc661e9-2b40-4f85-85f5-99b0dde42149n%40googlegroups.com.


[ANN] Cognitect Labs' aws-api 0.8.589

2022-09-12 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.589 is now available!

CHANGES (includes changes from releases since 0.8.515 - it's been a while!)

0.8.589 / 2022-09-12 

   - add api/invoke-async and deprecate api.async/invoke
   - add test double client with custom handler support #186 
   

0.8.587
 
/ 2022-08-30 
   
   - add keyword access to :service (with :metadata) and :http-client

0.8.584
 
/ 2022-08-29 
   
   - add keyword access to :region, :endoint, and :credentials on an aws 
   client

0.8.575
 
/ 2022-07-25 
   
   - upgrade to cognitect/http-client-1.0.115 to upgrade jetty #215 
   
   - remove unused arg to http-client constructor #203 
   
   - log "Unable to fetch credentials" at debug level instead of info #196 
   

0.8.568
 
/ 2022-07-08 
   
   - fix bug to ensure :endpoint is included in datafied client

0.8.561
 
/ 2022-05-27 
   
   - consider cognitect.anomalies/interrupted from the http-client retriable
   - check AWS_SHARED_CREDENTIALS_FILE as well as 
   AWS_CREDENTIAL_PROFILES_FILE #188 
   
   - send accept header for json APIs #206 
   

0.8.536
 
/ 2021-12-08 
   
   - upgrade to core.async-1.5.644
   - upgrade to http-client-1.0.110

0.8.532
 
/ 2021-12-07 
   
   - upgrade to core.async-1.5.640
   - status 429 to :cognitect.anomalies/busy #197 
   

README: https://github.com/cognitect-labs/aws-api/
API Docs: https://cognitect-labs.github.io/aws-api/
Changelog: https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md
Upgrade Notes: 
https://github.com/cognitect-labs/aws-api/blob/master/UPGRADE.md
Latest Releases of api, endpoints, and all services: 
https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/546a843c-4e91-490c-915a-d187974434c8n%40googlegroups.com.


[ANN] Cognitect Labs' aws-api 0.8.515

2021-06-28 Thread Fogus
Cognitect Labs' aws-api 0.8.515 is now available!

CHANGES

   - add support for calculating TTL values based on supplied Java Instant 
   objects or Longs representing milliseconds since the epoch time #160 
   
   - new AWS service APIs available (services version 
   v811.2.934.0): AWSApplicationCostProfiler, apprunner, finspace, nimble, 
   proton, ssm-contracts, ssm-incidents

  README: https://github.com/cognitect-labs/aws-api/

API Docs: https://cognitect-labs.github.io/aws-api/
Changelog: https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md
Upgrade Notes: 
https://github.com/cognitect-labs/aws-api/blob/master/UPGRADE.md
Latest Releases of api, endpoints, and all services: 
https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/f5e7efb4-c77b-4000-b59c-0518a0af4394n%40googlegroups.com.


Re: [ANN] Cognitect Labs' aws-api 0.8.505

2021-02-23 Thread David Chelimsky
To clarify, the jetty upgrade addresses these security vulnerabilities:

   - CVE-2019-17638  - 
   CRITICAL
   - CVE-2020-27216  - HIGH
   - CVE-2020-27218  - 
   MEDIUM


On Tuesday, February 23, 2021 at 9:40:27 PM UTC-6 David Chelimsky wrote:

> Cognitect Labs' aws-api 0.8.505 is now available!
>
> CHANGES
>
>- upgrade to cognitect/http-client-0.1.106 
>   - transitive upgrade to 
>   org.eclipse.jetty/jetty-client-9.4.36.v20210114 #173 
>   
>
>
> README: https://github.com/cognitect-labs/aws-api/
> API Docs: https://cognitect-labs.github.io/aws-api/
> Changelog: 
> https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md
> Upgrade Notes: 
> https://github.com/cognitect-labs/aws-api/blob/master/UPGRADE.md
> Latest Releases of api, endpoints, and all services: 
> https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/c2765e59-71a3-4f16-927c-7338d7dfabdan%40googlegroups.com.


[ANN] Cognitect Labs' aws-api 0.8.505

2021-02-23 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.505 is now available!

CHANGES

   - upgrade to cognitect/http-client-0.1.106 
  - transitive upgrade to 
  org.eclipse.jetty/jetty-client-9.4.36.v20210114 #173 
  
   

README: https://github.com/cognitect-labs/aws-api/
API Docs: https://cognitect-labs.github.io/aws-api/
Changelog: https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md
Upgrade Notes: 
https://github.com/cognitect-labs/aws-api/blob/master/UPGRADE.md
Latest Releases of api, endpoints, and all services: 
https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/ef08b0b4-a7a8-4dfe-b034-bd060ef2f4fen%40googlegroups.com.


[ANN] Cognitect Labs' aws-api 0.8.474

2020-08-17 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.474 is now available!

CHANGES

   - fix bug decoding GetBucketPolicy response #148 
   


README: https://github.com/cognitect-labs/aws-api/
API Docs: https://cognitect-labs.github.io/aws-api/
Changelog: https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md
Upgrade Notes: 
https://github.com/cognitect-labs/aws-api/blob/master/UPGRADE.md
Latest Releases of api, endpoints, and all services: 
https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/ccdc17ce-1fd1-4f77-b54c-74a3ee9920a2o%40googlegroups.com.


Re: [ANN] Cognitect Labs' aws-api 0.8.430

2020-02-18 Thread Alex Miller
There is no public repo for it, but the source is in the jar.

https://repo1.maven.org/maven2/com/cognitect/http-client/0.1.104/http-client-0.1.104.jar

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/e78187a1-a496-446b-a522-e03db805b94a%40googlegroups.com.


Re: [ANN] Cognitect Labs' aws-api 0.8.430

2020-02-18 Thread Tim Visher
Sorry what I meant was _where_ is it. I've never heard of it, there's
obviously several open source Clojure ecosystem http clients (and obviously
several more standard Java clients) and I can't find a repo anywhere.

On Fri, Feb 14, 2020 at 2:12 PM David Chelimsky 
wrote:

> That should be com.cognitect/http-client (
> https://search.maven.org/search?q=g:com.cognitect%20AND%20a:http-client)
>
> It is a dependency of aws-api, which it uses to submit http requests.
>
> On Wednesday, February 12, 2020 at 6:52:31 AM UTC-6, Tim Visher wrote:
>>
>> What's cognitect.http-client?
>>
>> On Tue, Feb 11, 2020 at 10:09 AM David Chelimsky 
>> wrote:
>>
>>> Cognitect Labs' aws-api 0.8.430 is now available!
>>>
>>> NOTE: we changed the behavior of cognitect.aws.client.api/client in
>>> order to support automatic resource management. Although this should be
>>> a drop-in upgrade for most of you, anything you've been doing to manually
>>> manage resources is probably unnecessary now. Please see Upgrade Notes
>>>  for
>>> more information about upgrading to this version, and feel free to reach
>>> out here, on Clojurians' Slack (in the #aws channel), or in github
>>> issues  if you have
>>> any questions or concerns.
>>>
>>> CHANGES
>>>
>>>- upgrade to cognitect.http-client 0.1.104 #115
>>>
>>>- all aws clients use shared http-client, credentials-provider, and
>>>region-provider by default
>>>   - addresses #109
>>>   
>>>   - first call to invoke takes hit of fetching region and
>>>   credentials
>>>- com.cognitect.aws.api/stop will not stop the shared http-client,
>>>   but will continue to stop any other instance
>>>
>>>
>>> README: https://github.com/cognitect-labs/aws-api/
>>> API Docs: https://cognitect-labs.github.io/aws-api/
>>> Changelog:
>>> https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md
>>> Upgrade Notes:
>>> https://github.com/cognitect-labs/aws-api/blob/master/UPGRADE.md
>>> Latest Releases of api, endpoints, and all services:
>>> https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Clojure" group.
>>> To post to this group, send email to clo...@googlegroups.com
>>> Note that posts from new members are moderated - please be patient with
>>> your first post.
>>> To unsubscribe from this group, send email to
>>> clo...@googlegroups.com
>>> For more options, visit this group at
>>> http://groups.google.com/group/clojure?hl=en
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "Clojure" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to clo...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/clojure/749f31a3-7c18-42e9-a98d-082d897117fa%40googlegroups.com
>>> 
>>> .
>>>
>> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/clojure/db02021d-5403-4d0c-968f-4f26af12551d%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 

[ANN] Cognitect Labs' aws-api 0.8.437

2020-02-14 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.437 is now available!

CHANGES

   - fix issue with invoke hanging when no region or creds are found #124 
   

README: https://github.com/cognitect-labs/aws-api/
API Docs: https://cognitect-labs.github.io/aws-api/
Changelog: https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md
Upgrade Notes: 
https://github.com/cognitect-labs/aws-api/blob/master/UPGRADE.md
Latest Releases of api, endpoints, and all services: 
https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/3bc59ec7-fb62-481f-9d81-d868805cffca%40googlegroups.com.


Re: [ANN] Cognitect Labs' aws-api 0.8.430

2020-02-14 Thread David Chelimsky
That should be com.cognitect/http-client 
(https://search.maven.org/search?q=g:com.cognitect%20AND%20a:http-client)

It is a dependency of aws-api, which it uses to submit http requests.

On Wednesday, February 12, 2020 at 6:52:31 AM UTC-6, Tim Visher wrote:
>
> What's cognitect.http-client?
>
> On Tue, Feb 11, 2020 at 10:09 AM David Chelimsky  > wrote:
>
>> Cognitect Labs' aws-api 0.8.430 is now available!
>>
>> NOTE: we changed the behavior of cognitect.aws.client.api/client in 
>> order to support automatic resource management. Although this should be 
>> a drop-in upgrade for most of you, anything you've been doing to manually 
>> manage resources is probably unnecessary now. Please see Upgrade Notes 
>>  for 
>> more information about upgrading to this version, and feel free to reach 
>> out here, on Clojurians' Slack (in the #aws channel), or in github issues 
>>  if you have any 
>> questions or concerns.
>>
>> CHANGES
>>
>>- upgrade to cognitect.http-client 0.1.104 #115 
>>
>>- all aws clients use shared http-client, credentials-provider, and 
>>region-provider by default 
>>   - addresses #109 
>>   
>>   - first call to invoke takes hit of fetching region and credentials
>>- com.cognitect.aws.api/stop will not stop the shared http-client, 
>>   but will continue to stop any other instance
>>
>>
>> README: https://github.com/cognitect-labs/aws-api/
>> API Docs: https://cognitect-labs.github.io/aws-api/
>> Changelog: 
>> https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md
>> Upgrade Notes: 
>> https://github.com/cognitect-labs/aws-api/blob/master/UPGRADE.md
>> Latest Releases of api, endpoints, and all services: 
>> https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn
>>
>> -- 
>> You received this message because you are subscribed to the Google
>> Groups "Clojure" group.
>> To post to this group, send email to clo...@googlegroups.com 
>> 
>> Note that posts from new members are moderated - please be patient with 
>> your first post.
>> To unsubscribe from this group, send email to
>> clo...@googlegroups.com 
>> For more options, visit this group at
>> http://groups.google.com/group/clojure?hl=en
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "Clojure" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to clo...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/clojure/749f31a3-7c18-42e9-a98d-082d897117fa%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/db02021d-5403-4d0c-968f-4f26af12551d%40googlegroups.com.


Re: [ANN] Cognitect Labs' aws-api 0.8.430

2020-02-12 Thread Tim Visher
What's cognitect.http-client?

On Tue, Feb 11, 2020 at 10:09 AM David Chelimsky 
wrote:

> Cognitect Labs' aws-api 0.8.430 is now available!
>
> NOTE: we changed the behavior of cognitect.aws.client.api/client in order
> to support automatic resource management. Although this should be a
> drop-in upgrade for most of you, anything you've been doing to manually
> manage resources is probably unnecessary now. Please see Upgrade Notes
>  for
> more information about upgrading to this version, and feel free to reach
> out here, on Clojurians' Slack (in the #aws channel), or in github issues
>  if you have any
> questions or concerns.
>
> CHANGES
>
>- upgrade to cognitect.http-client 0.1.104 #115
>
>- all aws clients use shared http-client, credentials-provider, and
>region-provider by default
>   - addresses #109
>   
>   - first call to invoke takes hit of fetching region and credentials
>- com.cognitect.aws.api/stop will not stop the shared http-client, but
>   will continue to stop any other instance
>
>
> README: https://github.com/cognitect-labs/aws-api/
> API Docs: https://cognitect-labs.github.io/aws-api/
> Changelog:
> https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md
> Upgrade Notes:
> https://github.com/cognitect-labs/aws-api/blob/master/UPGRADE.md
> Latest Releases of api, endpoints, and all services:
> https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/clojure/749f31a3-7c18-42e9-a98d-082d897117fa%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/CAHa53uyrfjxRXFp3hcAwvoTx73vyDFFbZXiYoRHi%3D149JBm0Lw%40mail.gmail.com.


[ANN] Cognitect Labs' aws-api 0.8.430

2020-02-11 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.430 is now available!

NOTE: we changed the behavior of cognitect.aws.client.api/client in order 
to support automatic resource management. Although this should be a drop-in 
upgrade for most of you, anything you've been doing to manually manage 
resources is probably unnecessary now. Please see Upgrade Notes 
 for more 
information about upgrading to this version, and feel free to reach out 
here, on Clojurians' Slack (in the #aws channel), or in github issues 
 if you have any 
questions or concerns.

CHANGES

   - upgrade to cognitect.http-client 0.1.104 #115 
   
   - all aws clients use shared http-client, credentials-provider, and 
   region-provider by default 
  - addresses #109 
  
  - first call to invoke takes hit of fetching region and credentials
   - com.cognitect.aws.api/stop will not stop the shared http-client, but 
  will continue to stop any other instance
   

README: https://github.com/cognitect-labs/aws-api/
API Docs: https://cognitect-labs.github.io/aws-api/
Changelog: https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md
Upgrade Notes: 
https://github.com/cognitect-labs/aws-api/blob/master/UPGRADE.md
Latest Releases of api, endpoints, and all services: 
https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/749f31a3-7c18-42e9-a98d-082d897117fa%40googlegroups.com.


[ANN] Cognitect Labs' aws-api 0.8.408

2019-11-26 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.408 is now available!

CHANGES

   - Reduce noise from reflection warnings in java 9+ #106 
   
   - Get signing region from endpoint config #105 
   
   - Add documentationUrl when available #108 
   

README: https://github.com/cognitect-labs/aws-api/
API Docs: https://cognitect-labs.github.io/aws-api/
Changelog: https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md
Latest Releases of api, endpoints, and all services: 
https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/4ca8e18b-1d31-4b23-8372-bc8b35b46c73%40googlegroups.com.


Re: [ANN] Cognitect Labs' aws-api 0.0.8.391

2019-10-26 Thread David Chelimsky
Corrected links:

README: https://github.com/cognitect-labs/aws-api/
API Docs: https://cognitect-labs.github.io/aws-api/
Changelog: https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md
Latest Releases of api, endpoints, and all services:
https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn

On Fri, Oct 25, 2019 at 3:25 PM David Chelimsky 
wrote:

> Cognitect Labs' aws-api 0.8.391 is now available!
>
> CHANGES
>
>- Fix: S3 HeadObject fails with large files #97
>
>   - This was fixed in cognitect/http-client 0.1.101
>- Fix concurrency 4 limit introduced in 0.8.383
>
> README: https://github.com/cognitect-labs/aws-api/API Docs:
> https://cognitect-labs.github.io/aws-api/
> Changelog:
> https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md
> Latest Releases of api, endpoints, and all services:
> https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/clojure/59e74cf0-8948-4ca2-acad-147167edd2f6%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/CAKw-oWRMAc4U%3D2VP2dgAjktschg-raesMpeV_YQb_%2B3QRTig0w%40mail.gmail.com.


[ANN] Cognitect Labs' aws-api 0.0.8.391

2019-10-25 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.391 is now available!

CHANGES

   - Fix: S3 HeadObject fails with large files #97 
   
  - This was fixed in cognitect/http-client 0.1.101
   - Fix concurrency 4 limit introduced in 0.8.383
   
README: https://github.com/cognitect-labs/aws-api/API Docs: 
https://cognitect-labs.github.io/aws-api/
Changelog: https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md
Latest Releases of api, endpoints, and all services: 
https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/59e74cf0-8948-4ca2-acad-147167edd2f6%40googlegroups.com.


Re: [ANN] Cognitect Labs' aws-api 0.8.352

2019-10-24 Thread David Chelimsky
DISREGARD

The correct release number is 0.8.383. 
See https://groups.google.com/forum/#!topic/clojure/8sdm5VW5tmU

On Thursday, October 24, 2019 at 8:23:48 AM UTC-5, David Chelimsky wrote:
>
> Cognitect Labs' aws-api 0.8.352 is now available!
>
> CHANGES in 0.8.352
>
>- Make http calls to fetch credentials async / non-blocking.
>
> CHANGES from 0.8.378 (previously unannounced)
>
>- Include service full names in latest-releases.edn #32 
>
>- Wrap dynamic require of protocol ns in locking form #92 
>
>
>
> README: https://github.com/cognitect-labs/aws-api/API Docs: 
> https://cognitect-labs.github.io/aws-api/
> Changelog: 
> https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md
> Latest Releases of api, endpoints, and all services: 
> https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/d2c680f7-cf6d-4b22-8e6d-d75f1a7eef11%40googlegroups.com.


[ANN] Cognitect Labs' aws-api 0.8.383

2019-10-24 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.383 is now available!

CHANGES in 0.8.383

   - Make http calls to fetch credentials async / non-blocking.
   
CHANGES from 0.8.378 (previously unannounced)

   - Include service full names in latest-releases.edn #32 
   
   - Wrap dynamic require of protocol ns in locking form #92 
   


README: https://github.com/cognitect-labs/aws-api/API Docs: 
https://cognitect-labs.github.io/aws-api/
Changelog: https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md
Latest Releases of api, endpoints, and all services: 
https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/e1b28a8f-abeb-4f5f-8913-6b6ad715f69c%40googlegroups.com.


[ANN] Cognitect Labs' aws-api 0.8.352

2019-10-24 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.352 is now available!

CHANGES in 0.8.352

   - Make http calls to fetch credentials async / non-blocking.
   
CHANGES from 0.8.378 (previously unannounced)

   - Include service full names in latest-releases.edn #32 
   
   - Wrap dynamic require of protocol ns in locking form #92 
   


README: https://github.com/cognitect-labs/aws-api/API Docs: 
https://cognitect-labs.github.io/aws-api/
Changelog: https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md
Latest Releases of api, endpoints, and all services: 
https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/78a06860-e616-4bf9-83e6-426b60fffe16%40googlegroups.com.


[ANN] Cognitect Labs' aws-api 0.8.352

2019-07-26 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.352 is now available!

CHANGES

   - Use custom dynaload for http-client #88 
   
  - Restores compatibility with Clojure-1.9
   
README: https://github.com/cognitect-labs/aws-api/
API Docs: https://cognitect-labs.github.io/aws-api/
Changelog: https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md
Latest Releases of api, endpoints, and all services: 
https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/1853481d-fa8e-467d-bfcf-316f241a083b%40googlegroups.com.


Re: [ANN] Cognitect Labs' aws-api 0.8.345

2019-07-09 Thread David Chelimsky
Hadil,

We've got a fix ready on master. If you update your deps.edn to use 
sha 971084a0a64a8c10db525ea9f8fdc251787ad058, you can try it out. Please 
report on https://github.com/cognitect-labs/aws-api/issues/88 if you do.

Thanks,
David

On Monday, July 8, 2019 at 9:11:02 AM UTC-5, David Chelimsky wrote:
>
> Please report issues like this directly to 
> https://github.com/cognitect-labs/aws-api/issues to make sure they get on 
> our radar. In this case I've already added 
> https://github.com/cognitect-labs/aws-api/issues/88.
>
> You do need 1.10 to use it to use 1.10 features like Datafy (e.g. with 
> REBL), however we want aws-api to work with 1.9. We'll get a release out 
> soon to address this issue.
>
> Thanks,
> David
>
> On Saturday, July 6, 2019 at 4:59:31 PM UTC-5, Hadil Sabbagh wrote:
>>
>> Yes, I did. It’s working again with aws-api 0.8.305
>>
>> On Jul 6, 2019, at 2:39 PM,   
>> wrote:
>>
>> That’s new in Clojure 1.10. I thought Cognitect AWS stuff required 1.10 
>> from the get-go but I assume you had it working on 1.9?
>>  
>> Sean Corfield -- (970) FOR-SEAN -- (904) 302-SEAN
>> An Architect's View -- http://corfield.org/
>>
>> "If you're not annoying somebody, you're not really alive."
>> -- Margaret Atwood
>>  
>> *From: *Hadil Sabbagh
>> *Sent: *Saturday, July 6, 2019 1:50 PM
>> *To: *Clojure
>> *Subject: *Re: [ANN] Cognitect Labs' aws-api 0.8.345
>>  
>> Since installing aws-api 0.8.345, I am getting the following error:
>>  
>> ```Unable to resolve symbol: requiring-resolve in this context, 
>> compiling:(cognitect/aws/http.clj:63:10)```
>>
>> On Saturday, July 6, 2019 at 12:14:59 PM UTC-7, David Chelimsky wrote:
>>
>> Cognitect Labs' aws-api 0.8.345 is now available!
>>  
>> CHANGES
>>
>>- Update pom.xml with same deps as deps.edn #86 
>><https://github.com/cognitect-labs/aws-api/issues/86>
>>
>> README: https://github.com/cognitect-labs/aws-api/
>> API Docs: https://cognitect-labs.github.io/aws-api/
>> Changelog: 
>> https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md
>> Latest Releases of api, endpoints, and all services: 
>> https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn
>>  
>>
>> -- 
>> You received this message because you are subscribed to the Google
>> Groups "Clojure" group.
>> To post to this group, send email to clo...@googlegroups.com
>> Note that posts from new members are moderated - please be patient with 
>> your first post.
>> To unsubscribe from this group, send email to
>> clo...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/clojure?hl=en
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "Clojure" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to clo...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/clojure/4d2f950b-db35-4437-9172-e1e36b0502ef%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/clojure/4d2f950b-db35-4437-9172-e1e36b0502ef%40googlegroups.com?utm_medium=email_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>  
>>
>> -- 
>> You received this message because you are subscribed to the Google
>> Groups "Clojure" group.
>> To post to this group, send email to clo...@googlegroups.com
>> Note that posts from new members are moderated - please be patient with 
>> your first post.
>> To unsubscribe from this group, send email to
>> clo...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/clojure?hl=en
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "Clojure" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to clo...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/clojure/5d21151a.1c69fb81.f193c.dbd6%40mx.google.com
>>  
>> <https://groups.google.com/d/msgid/clojure/5d21151a.1c69fb81.f193c.dbd6%40mx.google.com?utm_medium=email_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>>
>>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegr

Re: [ANN] Cognitect Labs' aws-api 0.8.345

2019-07-08 Thread David Chelimsky
Please report issues like this directly to 
https://github.com/cognitect-labs/aws-api/issues to make sure they get on 
our radar. In this case I've already added 
https://github.com/cognitect-labs/aws-api/issues/88.

You do need 1.10 to use it to use 1.10 features like Datafy (e.g. with 
REBL), however we want aws-api to work with 1.9. We'll get a release out 
soon to address this issue.

Thanks,
David

On Saturday, July 6, 2019 at 4:59:31 PM UTC-5, Hadil Sabbagh wrote:
>
> Yes, I did. It’s working again with aws-api 0.8.305
>
> On Jul 6, 2019, at 2:39 PM, > <
> se...@corfield.org > wrote:
>
> That’s new in Clojure 1.10. I thought Cognitect AWS stuff required 1.10 
> from the get-go but I assume you had it working on 1.9?
>  
> Sean Corfield -- (970) FOR-SEAN -- (904) 302-SEAN
> An Architect's View -- http://corfield.org/
>
> "If you're not annoying somebody, you're not really alive."
> -- Margaret Atwood
>  
> *From: *Hadil Sabbagh 
> *Sent: *Saturday, July 6, 2019 1:50 PM
> *To: *Clojure 
> *Subject: *Re: [ANN] Cognitect Labs' aws-api 0.8.345
>  
> Since installing aws-api 0.8.345, I am getting the following error:
>  
> ```Unable to resolve symbol: requiring-resolve in this context, 
> compiling:(cognitect/aws/http.clj:63:10)```
>
> On Saturday, July 6, 2019 at 12:14:59 PM UTC-7, David Chelimsky wrote:
>
> Cognitect Labs' aws-api 0.8.345 is now available!
>  
> CHANGES
>
>- Update pom.xml with same deps as deps.edn #86 
><https://github.com/cognitect-labs/aws-api/issues/86>
>
> README: https://github.com/cognitect-labs/aws-api/
> API Docs: https://cognitect-labs.github.io/aws-api/
> Changelog: 
> https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md
> Latest Releases of api, endpoints, and all services: 
> https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn
>  
>
> -- 
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clo...@googlegroups.com 
> Note that posts from new members are moderated - please be patient with 
> your first post.
> To unsubscribe from this group, send email to
> clo...@googlegroups.com 
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> --- 
> You received this message because you are subscribed to the Google Groups 
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to clo...@googlegroups.com .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/clojure/4d2f950b-db35-4437-9172-e1e36b0502ef%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/clojure/4d2f950b-db35-4437-9172-e1e36b0502ef%40googlegroups.com?utm_medium=email_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>  
>
> -- 
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clo...@googlegroups.com 
> Note that posts from new members are moderated - please be patient with 
> your first post.
> To unsubscribe from this group, send email to
> clo...@googlegroups.com 
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> --- 
> You received this message because you are subscribed to the Google Groups 
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to clo...@googlegroups.com .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/clojure/5d21151a.1c69fb81.f193c.dbd6%40mx.google.com
>  
> <https://groups.google.com/d/msgid/clojure/5d21151a.1c69fb81.f193c.dbd6%40mx.google.com?utm_medium=email_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/183c53fa-2e06-45ae-85b6-1a5e2d973cb8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [ANN] Cognitect Labs' aws-api 0.8.345

2019-07-06 Thread Hadil Sabbagh
Yes, I did. It’s working again with aws-api 0.8.305

> On Jul 6, 2019, at 2:39 PM,   wrote:
> 
> That’s new in Clojure 1.10. I thought Cognitect AWS stuff required 1.10 from 
> the get-go but I assume you had it working on 1.9?
>  
> Sean Corfield -- (970) FOR-SEAN -- (904) 302-SEAN
> An Architect's View -- http://corfield.org/ <http://corfield.org/>
> 
> "If you're not annoying somebody, you're not really alive."
> -- Margaret Atwood
>  
> From: Hadil Sabbagh <mailto:hadilsabbag...@gmail.com>
> Sent: Saturday, July 6, 2019 1:50 PM
> To: Clojure <mailto:clojure@googlegroups.com>
> Subject: Re: [ANN] Cognitect Labs' aws-api 0.8.345
>  
> Since installing aws-api 0.8.345, I am getting the following error:
>  
> ```Unable to resolve symbol: requiring-resolve in this context, 
> compiling:(cognitect/aws/http.clj:63:10)```
> 
> On Saturday, July 6, 2019 at 12:14:59 PM UTC-7, David Chelimsky wrote:
> Cognitect Labs' aws-api 0.8.345 is now available!
>  
> CHANGES
> Update pom.xml with same deps as deps.edn #86 
> <https://github.com/cognitect-labs/aws-api/issues/86>
> README: https://github.com/cognitect-labs/aws-api/ 
> <https://github.com/cognitect-labs/aws-api/>
> API Docs: https://cognitect-labs.github.io/aws-api/ 
> <https://cognitect-labs.github.io/aws-api/>
> Changelog: https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md 
> <https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md>
> Latest Releases of api, endpoints, and all services: 
> https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn 
> <https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn>
>  
> -- 
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with your 
> first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en 
> <http://groups.google.com/group/clojure?hl=en>
> --- 
> You received this message because you are subscribed to the Google Groups 
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to clojure+unsubscr...@googlegroups.com 
> <mailto:clojure+unsubscr...@googlegroups.com>.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/clojure/4d2f950b-db35-4437-9172-e1e36b0502ef%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/clojure/4d2f950b-db35-4437-9172-e1e36b0502ef%40googlegroups.com?utm_medium=email_source=footer>.
> For more options, visit https://groups.google.com/d/optout 
> <https://groups.google.com/d/optout>.
>  
> 
> -- 
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com 
> <mailto:clojure@googlegroups.com>
> Note that posts from new members are moderated - please be patient with your 
> first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com 
> <mailto:clojure+unsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en 
> <http://groups.google.com/group/clojure?hl=en>
> --- 
> You received this message because you are subscribed to the Google Groups 
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to clojure+unsubscr...@googlegroups.com 
> <mailto:clojure+unsubscr...@googlegroups.com>.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/clojure/5d21151a.1c69fb81.f193c.dbd6%40mx.google.com
>  
> <https://groups.google.com/d/msgid/clojure/5d21151a.1c69fb81.f193c.dbd6%40mx.google.com?utm_medium=email_source=footer>.
> For more options, visit https://groups.google.com/d/optout 
> <https://groups.google.com/d/optout>.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/E725F702-DA5E-4B84-801F-4A8DB6FFE586%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


RE: Re: [ANN] Cognitect Labs' aws-api 0.8.345

2019-07-06 Thread sean
That’s new in Clojure 1.10. I thought Cognitect AWS stuff required 1.10 from the get-go but I assume you had it working on 1.9? Sean Corfield -- (970) FOR-SEAN -- (904) 302-SEANAn Architect's View -- http://corfield.org/"If you're not annoying somebody, you're not really alive."-- Margaret Atwood From: Hadil SabbaghSent: Saturday, July 6, 2019 1:50 PMTo: ClojureSubject: Re: [ANN] Cognitect Labs' aws-api 0.8.345 Since installing aws-api 0.8.345, I am getting the following error: ```Unable to resolve symbol: requiring-resolve in this context, compiling:(cognitect/aws/http.clj:63:10)```On Saturday, July 6, 2019 at 12:14:59 PM UTC-7, David Chelimsky wrote:Cognitect Labs' aws-api 0.8.345 is now available! CHANGESUpdate pom.xml with same deps as deps.edn #86README: https://github.com/cognitect-labs/aws-api/API Docs: https://cognitect-labs.github.io/aws-api/Changelog: https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.mdLatest Releases of api, endpoints, and all services: https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn -- You received this message because you are subscribed to the GoogleGroups "Clojure" group.To post to this group, send email to clojure@googlegroups.comNote that posts from new members are moderated - please be patient with your first post.To unsubscribe from this group, send email toclojure+unsubscr...@googlegroups.comFor more options, visit this group athttp://groups.google.com/group/clojure?hl=en--- You received this message because you are subscribed to the Google Groups "Clojure" group.To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com.To view this discussion on the web visit https://groups.google.com/d/msgid/clojure/4d2f950b-db35-4437-9172-e1e36b0502ef%40googlegroups.com.For more options, visit https://groups.google.com/d/optout. 



-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups "Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/clojure/5d21151a.1c69fb81.f193c.dbd6%40mx.google.com.
For more options, visit https://groups.google.com/d/optout.


Re: [ANN] Cognitect Labs' aws-api 0.8.345

2019-07-06 Thread Hadil Sabbagh
Since installing aws-api 0.8.345, I am getting the following error:

```Unable to resolve symbol: requiring-resolve in this context, 
compiling:(cognitect/aws/http.clj:63:10)```

On Saturday, July 6, 2019 at 12:14:59 PM UTC-7, David Chelimsky wrote:
>
> Cognitect Labs' aws-api 0.8.345 is now available!
>
> CHANGES
>
>- Update pom.xml with same deps as deps.edn #86 
>
>
> README: https://github.com/cognitect-labs/aws-api/
> API Docs: https://cognitect-labs.github.io/aws-api/
> Changelog: 
> https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md
> Latest Releases of api, endpoints, and all services: 
> https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/4d2f950b-db35-4437-9172-e1e36b0502ef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [ANN] Cognitect Labs' aws-api 0.8.342

2019-07-06 Thread David Chelimsky
One more time 

Use 0.8.345 instead, please.

On Saturday, July 6, 2019 at 6:14:16 AM UTC-5, David Chelimsky wrote:
>
> Cognitect Labs' aws-api 0.8.342 is now available!
>
> CHANGES
>
>- skip whitespace when reading XML (fixes #85 
>)
>
> README: https://github.com/cognitect-labs/aws-api/
> API Docs: https://cognitect-labs.github.io/aws-api/
> Changelog: 
> https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md
> Latest Releases of api, endpoints, and all services: 
> https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/6abd4be1-261c-4b6f-b2b0-e47b96be9eed%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[ANN] Cognitect Labs' aws-api 0.8.345

2019-07-06 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.345 is now available!

CHANGES

   - Update pom.xml with same deps as deps.edn #86 
   

README: https://github.com/cognitect-labs/aws-api/
API Docs: https://cognitect-labs.github.io/aws-api/
Changelog: https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md
Latest Releases of api, endpoints, and all services: 
https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/3a4730e4-89dd-4b5a-bc00-548da8ce276c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [ANN] Cognitect Labs' aws-api 0.8.335

2019-07-06 Thread David Chelimsky
Unfortunately, 0.8.335 introduced two bugs! One in the iam client, and one 
in pretty much everything because the pom.xml didn't get updated with the 
new deps.

Please use 0.8.345, which fixes both issues.

On Saturday, July 6, 2019 at 6:11:09 AM UTC-5, David Chelimsky wrote:
>
> Unfortunately, 0.8.335 introduced a bug in the iam client. Fortunately, 
> release 0.8.342 fixes it, so use that instead!
>
> On Friday, July 5, 2019 at 2:37:40 PM UTC-5, David Chelimsky wrote:
>>
>> Cognitect Labs' aws-api 0.8.335 is now available!
>>
>> CHANGES
>>
>>- use clojure.data.xml instead of clojure.xml
>>   - resolves Illegal Reflective Access warnings in java 11 #19 
>>   
>>- upgrade cognitect http-client
>>   - upgrades jetty to 9.4 #81 
>>   
>>   - resolves Illegal Reflective Access warnings in java 11 #19 
>>   
>>- support shared http-client across aws-api clients #80 
>>
>>- add Content-Type header for rest-json requests #84 
>>
>>
>> README: https://github.com/cognitect-labs/aws-api/
>> API Docs: https://cognitect-labs.github.io/aws-api/
>> Changelog: 
>> https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md
>> Latest Releases of api, endpoints, and all services: 
>> https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn
>>
>>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/2866ef38-df0c-4d5c-9fc0-b7da54688c03%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [ANN] Cognitect Labs' aws-api 0.8.335

2019-07-06 Thread Alex Miller
clojure.xml is a ns built into Clojure core that dates from very early days of 
Clojure. At a later point, it almost certainly would have been in 
clojure-contrib or a separate library. It is not a good choice for anything 
more than one-off code. In particular, it will cause reflection/illegal access 
warnings because it has an api that truly is reflective (in passing through 
objects of many possible types).

org.clojure/data.xml is a full xml library, using modern jdk conveniences and 
providing many more features. As such, it’s a much better choice to build on.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/80148918-425a-43a1-8295-436d2efb2aac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [ANN] Cognitect Labs' aws-api 0.8.335

2019-07-06 Thread Matching Socks
David, what's wrong with clojure.xml that pushed cognitect-labs/aws-api to 
try another library, and is there a Jira issue for it?
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/6454c5a5-2a5e-45e8-ae44-8c14d585bd42%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[ANN] Cognitect Labs' aws-api 0.8.342

2019-07-06 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.342 is now available!

CHANGES

   - skip whitespace when reading XML (fixes #85 
   )

README: https://github.com/cognitect-labs/aws-api/
API Docs: https://cognitect-labs.github.io/aws-api/
Changelog: https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md
Latest Releases of api, endpoints, and all services: 
https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/f0889024-0a09-42a1-945d-3bc5c47c0a6f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [ANN] Cognitect Labs' aws-api 0.8.335

2019-07-06 Thread David Chelimsky
Unfortunately, 0.8.335 introduced a bug in the iam client. Fortunately, 
release 0.8.342 fixes it, so use that instead!

On Friday, July 5, 2019 at 2:37:40 PM UTC-5, David Chelimsky wrote:
>
> Cognitect Labs' aws-api 0.8.335 is now available!
>
> CHANGES
>
>- use clojure.data.xml instead of clojure.xml
>   - resolves Illegal Reflective Access warnings in java 11 #19 
>   
>- upgrade cognitect http-client
>   - upgrades jetty to 9.4 #81 
>   
>   - resolves Illegal Reflective Access warnings in java 11 #19 
>   
>- support shared http-client across aws-api clients #80 
>
>- add Content-Type header for rest-json requests #84 
>
>
> README: https://github.com/cognitect-labs/aws-api/
> API Docs: https://cognitect-labs.github.io/aws-api/
> Changelog: 
> https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md
> Latest Releases of api, endpoints, and all services: 
> https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/08f583a6-3ce3-491d-891d-819654450e34%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[ANN] Cognitect Labs' aws-api 0.8.335

2019-07-05 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.335 is now available!

CHANGES

   - use clojure.data.xml instead of clojure.xml
  - resolves Illegal Reflective Access warnings in java 11 #19 
  
   - upgrade cognitect http-client
  - upgrades jetty to 9.4 #81 
  
  - resolves Illegal Reflective Access warnings in java 11 #19 
  
   - support shared http-client across aws-api clients #80 
   
   - add Content-Type header for rest-json requests #84 
   

README: https://github.com/cognitect-labs/aws-api/
API Docs: https://cognitect-labs.github.io/aws-api/
Changelog: https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md
Latest Releases of api, endpoints, and all services: 
https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/9cb78307-7fa2-4fe6-bae3-92a2e295405e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[ANN] Cognitect Labs' aws-api 0.8.305

2019-05-13 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.305 is now available!

CHANGES

   - add x-amz-glacier-version header to glacier requests #74 
   
   
README: https://github.com/cognitect-labs/aws-api/
API Docs: https://cognitect-labs.github.io/aws-api/
Changelog: https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md
Latest Releases of api, endpoints, and all services: 
https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/6c649c38-ddb3-4344-b221-ca6147991e7e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[ANN] Cognitect Labs' aws-api 0.8.301

2019-04-19 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.301 is now available!

CHANGES

   - fix bug generating default idempotencyToken #72 
   
   - fix uri-encoding bug when *unchecked-math* is true #71 
   

README: https://github.com/cognitect-labs/aws-api/
API Docs: https://cognitect-labs.github.io/aws-api/
Changelog: https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md
Latest Releases of api, endpoints, and all services: 
https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[ANN] Cognitect Labs' aws-api 0.8.292

2019-04-12 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.292 is now available!

CHANGES


   - improved support for apigatewaymanagementapi :PostToConnection

NOTE: this represents a breaking change for anybody using 
:PostToConnection. See 
https://github.com/cognitect-labs/aws-api/#posttoconnection for the correct 
way to set up your client and request.

README: https://github.com/cognitect-labs/aws-api/
API Docs: https://cognitect-labs.github.io/aws-api/
Changelog: https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md
Latest Releases of api, endpoints, and all services: 
https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[ANN] Cognitect Labs' aws-api 0.8.289

2019-03-29 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.289 is now available!

CHANGES


   - fix signing bug introduced in 0.8.283
   
README: https://github.com/cognitect-labs/aws-api/
API Docs: https://cognitect-labs.github.io/aws-api/
Changelog: https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md
Latest Releases of api, endpoints, and all services: 
https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn



-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [ANN] Cognitect Labs' aws-api 0.8.283

2019-03-29 Thread David Chelimsky
This release introduced a bug. Use 0.8.289 instead!

On Friday, March 29, 2019 at 2:42:07 PM UTC-5, David Chelimsky wrote:
>
> Cognitect Labs' aws-api 0.8.283 is now available!
>
> CHANGES
>
>
>- read input-stream once #67 
>
>
> README: https://github.com/cognitect-labs/aws-api/
> API Docs: https://cognitect-labs.github.io/aws-api/
> Changelog: 
> https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md
> Latest Releases of api, endpoints, and all services: 
> https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn
>
> 
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[ANN] Cognitect Labs' aws-api 0.8.283

2019-03-29 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.283 is now available!

CHANGES


   - read input-stream once #67 
   

README: https://github.com/cognitect-labs/aws-api/
API Docs: https://cognitect-labs.github.io/aws-api/
Changelog: https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md
Latest Releases of api, endpoints, and all services: 
https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn



-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [ANN] Cognitect Labs' aws-api 0.8.280

2019-03-26 Thread David Chelimsky
Correction: Cognitect Labs' aws-api 0.8.280 is now available!

On Tuesday, March 26, 2019 at 7:20:25 AM UTC-5, David Chelimsky wrote:
>
> Cognitect Labs' aws-api 0.8.273 is now available!
>
> CHANGES
>
>
>- support endpoint-override map #59 
>, #61 
>, #64 
>
>- only parse json response body when output-shape is specified #66 
>
>
> README: https://github.com/cognitect-labs/aws-api/
> API Docs: https://cognitect-labs.github.io/aws-api/
> Changelog: 
> https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md
> Latest Releases of api, endpoints, and all services: 
> https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn
>
> 
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[ANN] Cognitect Labs' aws-api 0.8.280

2019-03-26 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.273 is now available!

CHANGES


   - support endpoint-override map #59 
   , #61 
   , #64 
   
   - only parse json response body when output-shape is specified #66 
   

README: https://github.com/cognitect-labs/aws-api/
API Docs: https://cognitect-labs.github.io/aws-api/
Changelog: https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md
Latest Releases of api, endpoints, and all services: 
https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn



-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[ANN] Cognitect Labs' aws-api 0.8.273

2019-03-01 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.273 is now available!

CHANGES (since last announcement)

   - friendly error when op not supported #62 
   
   - daemonize the credentials auto-refresh thread #57 
   
   - add Content-MD5 header for some S3 ops #40 
   
   - require clojure.edn #60 
   
   
README: https://github.com/cognitect-labs/aws-api/
API Docs: https://cognitect-labs.github.io/aws-api/
Changelog: https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md
Latest Releases of api, endpoints, and all services: 
https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn



-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[ANN] Cognitect Labs' aws-api 0.8.253

2019-02-08 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.253 is now available!

CHANGES

   - fixed URI generation bug #56 
   
   - ensure keyword keys for errors in json protocols #55 
   
   - add stop fn to release resources #54 
   
   
README: https://github.com/cognitect-labs/aws-api/
API Docs: https://cognitect-labs.github.io/aws-api/
Changelog: https://github.com/cognitect-labs/aws-api/blob/master/CHANGES.md
Latest Releases of api, endpoints, and all services: 
https://github.com/cognitect-labs/aws-api/blob/master/latest-releases.edn

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ANN: Cognitect acquired by Microsoft

2017-04-03 Thread Gregg Reynolds
On Mon, Apr 3, 2017 at 5:19 PM, Matthew Boston 
wrote:

> Not believable at all.
>
> Everyone knows Cognitect will be acquired by Oracle 
>

Haha.  Or maybe Cognitect will acquire Microsoft.  Stranger things have
happened, heh.


>
> On Saturday, April 1, 2017 at 2:00:16 PM UTC-6, Gregg Reynolds wrote:
>>
>> made ya look!
>>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ANN: Cognitect acquired by Microsoft

2017-04-03 Thread Matthew Boston
Not believable at all.

Everyone knows Cognitect will be acquired by Oracle 

On Saturday, April 1, 2017 at 2:00:16 PM UTC-6, Gregg Reynolds wrote:
>
> made ya look!
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ANN: Cognitect acquired by Microsoft

2017-04-03 Thread Rangel Spasov
Good one! :) 

On Saturday, April 1, 2017 at 1:00:16 PM UTC-7, Gregg Reynolds wrote:
>
> made ya look!
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ANN: Cognitect acquired by Microsoft

2017-04-02 Thread shlomivaknin
Man, what a good one! You ruined me for a moment there :D

On Saturday, April 1, 2017 at 1:00:16 PM UTC-7, Gregg Reynolds wrote:
>
> made ya look!
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ANN: Cognitect acquired by Microsoft

2017-04-01 Thread Paul Gowder
AMAZING.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ANN: Cognitect acquired by Microsoft

2017-04-01 Thread Gregg Reynolds
On Apr 1, 2017 3:31 PM,  wrote:


I was completely horrified when I saw the title. Truly a moment when the
Empire wins and the Rebels are defeated.


fwiw i was completely taken in by this:


https://lists.w3.org/Archives/Public/semantic-web/2017Apr/.html

i saw the subject line, thought "those guys are idiots" and did not bother
to tead the msg.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ANN: Cognitect acquired by Microsoft

2017-04-01 Thread Gregg Reynolds
On Apr 1, 2017 3:31 PM,  wrote:


I was completely horrified when I saw the title. Truly a moment when the
Empire wins and the Rebels are defeated.


heh heh

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ANN: Cognitect acquired by Microsoft

2017-04-01 Thread piastkrakow

I was completely horrified when I saw the title. Truly a moment when the 
Empire wins and the Rebels are defeated. 



On Saturday, April 1, 2017 at 4:08:26 PM UTC-4, solussd wrote:
>
> Beware the 1st of April. 
>
> ---
> Joseph Smith
> j...@uwcreations.com 
> @solussd
>
>
> On Apr 1, 2017, at 3:00 PM, Gregg Reynolds  > wrote:
>
> made ya look!
>
> -- 
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clo...@googlegroups.com 
> Note that posts from new members are moderated - please be patient with 
> your first post.
> To unsubscribe from this group, send email to
> clojure+u...@googlegroups.com 
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> --- 
> You received this message because you are subscribed to the Google Groups 
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to clojure+u...@googlegroups.com .
> For more options, visit https://groups.google.com/d/optout.
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ANN: Cognitect acquired by Microsoft

2017-04-01 Thread Gregg Reynolds
On Apr 1, 2017 3:08 PM, "Joe R. Smith"  wrote:

Beware the 1st of April.


somebody had to do it. :)


---
Joseph Smith
j...@uwcreations.com
@solussd


On Apr 1, 2017, at 3:00 PM, Gregg Reynolds  wrote:

made ya look!

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with
your first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
---
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with
your first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
---
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ANN: Cognitect acquired by Microsoft

2017-04-01 Thread Colin Yates
Oh, very good. Linux on Windows, MSSQL on Linux and Mac, modern day
politics (on both sides of the pond) and I am not sure what would be
unbelievable nowadays :-).

On Saturday, 1 April 2017, Gregg Reynolds  wrote:

> made ya look!
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> 
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> 
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ANN: Cognitect acquired by Microsoft

2017-04-01 Thread Joe R . Smith
Beware the 1st of April. 

---
Joseph Smith
j...@uwcreations.com  
@solussd


On Apr 1, 2017, at 3:00 PM, Gregg Reynolds  > wrote:

made ya look!


-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com 
 
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com 
 
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en 
 
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com 
 .
For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


ANN: Cognitect acquired by Microsoft

2017-04-01 Thread Gregg Reynolds
made ya look!

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [ANN] Cognitect

2013-09-20 Thread François De Serres
Bonne chance Cognitect !!!

Le lundi 16 septembre 2013 15:50:46 UTC+2, Rich Hickey a écrit :

 I just wanted to let everyone know that Metadata Partners (the company 
 behind Datomic) and I have merged with Relevance, Inc., to form Cognitect, 
 Inc. This merger is great for Clojure, adding considerable resources and 
 stability to its development and support, including new enterprise support 
 offerings and reinvigorated community support. (You should read the hiring 
 of Alex Miller as the first example of the latter). 

 I hope the availability of enterprise support for the entire platform 
 makes it easier for people to introduce Clojure into their organizations. 

 This is a very exciting time for Clojure and the platform and ecosystem 
 surrounding it. You can find out more at: 

 http://cognitect.com 

 Thanks, 

 Rich

-- 
-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Clojure group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [ANN] Cognitect

2013-09-19 Thread Devin Walters
Congratulations. *pops a bottle if champagne*

BTW, the new site looks great.

Cheers,
'(Devin Walters)

On Sep 17, 2013, at 3:01 AM, Mikera mike.r.anderson...@gmail.com wrote:

 Congrats on the new venture - wishing you the best of luck!
 
 On Monday, 16 September 2013 21:50:46 UTC+8, Rich Hickey wrote:
 
 I just wanted to let everyone know that Metadata Partners (the company 
 behind Datomic) and I have merged with Relevance, Inc., to form Cognitect, 
 Inc. This merger is great for Clojure, adding considerable resources and 
 stability to its development and support, including new enterprise support 
 offerings and reinvigorated community support. (You should read the hiring 
 of Alex Miller as the first example of the latter). 
 
 I hope the availability of enterprise support for the entire platform makes 
 it easier for people to introduce Clojure into their organizations. 
 
 This is a very exciting time for Clojure and the platform and ecosystem 
 surrounding it. You can find out more at: 
 
 http://cognitect.com 
 
 Thanks, 
 
 Rich
 
 -- 
 -- 
 You received this message because you are subscribed to the Google
 Groups Clojure group.
 To post to this group, send email to clojure@googlegroups.com
 Note that posts from new members are moderated - please be patient with your 
 first post.
 To unsubscribe from this group, send email to
 clojure+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/clojure?hl=en
 --- 
 You received this message because you are subscribed to the Google Groups 
 Clojure group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to clojure+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.

-- 
-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Clojure group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [ANN] Cognitect

2013-09-17 Thread Mikera
Congrats on the new venture - wishing you the best of luck!

On Monday, 16 September 2013 21:50:46 UTC+8, Rich Hickey wrote:

 I just wanted to let everyone know that Metadata Partners (the company 
 behind Datomic) and I have merged with Relevance, Inc., to form Cognitect, 
 Inc. This merger is great for Clojure, adding considerable resources and 
 stability to its development and support, including new enterprise support 
 offerings and reinvigorated community support. (You should read the hiring 
 of Alex Miller as the first example of the latter). 

 I hope the availability of enterprise support for the entire platform 
 makes it easier for people to introduce Clojure into their organizations. 

 This is a very exciting time for Clojure and the platform and ecosystem 
 surrounding it. You can find out more at: 

 http://cognitect.com 

 Thanks, 

 Rich

-- 
-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Clojure group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[ANN] Cognitect

2013-09-16 Thread Rich Hickey
I just wanted to let everyone know that Metadata Partners (the company behind 
Datomic) and I have merged with Relevance, Inc., to form Cognitect, Inc. This 
merger is great for Clojure, adding considerable resources and stability to its 
development and support, including new enterprise support offerings and 
reinvigorated community support. (You should read the hiring of Alex Miller as 
the first example of the latter).

I hope the availability of enterprise support for the entire platform makes it 
easier for people to introduce Clojure into their organizations.

This is a very exciting time for Clojure and the platform and ecosystem 
surrounding it. You can find out more at:

http://cognitect.com

Thanks,

Rich

-- 
-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Clojure group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [ANN] Cognitect

2013-09-16 Thread Michael Fogus
Rich and Relevance,

This is very exciting news for the Clojure community (and yourselves
I'm sure).  I for one look forward to seeing how you rock our worlds.

On Mon, Sep 16, 2013 at 9:50 AM, Rich Hickey richhic...@gmail.com wrote:
 I just wanted to let everyone know that Metadata Partners (the company behind 
 Datomic) and I have merged with Relevance, Inc., to form Cognitect, Inc. This 
 merger is great for Clojure, adding considerable resources and stability to 
 its development and support, including new enterprise support offerings and 
 reinvigorated community support. (You should read the hiring of Alex Miller 
 as the first example of the latter).

 I hope the availability of enterprise support for the entire platform makes 
 it easier for people to introduce Clojure into their organizations.

 This is a very exciting time for Clojure and the platform and ecosystem 
 surrounding it. You can find out more at:

 http://cognitect.com

 Thanks,

 Rich

 --
 --
 You received this message because you are subscribed to the Google
 Groups Clojure group.
 To post to this group, send email to clojure@googlegroups.com
 Note that posts from new members are moderated - please be patient with your 
 first post.
 To unsubscribe from this group, send email to
 clojure+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/clojure?hl=en
 ---
 You received this message because you are subscribed to the Google Groups 
 Clojure group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to clojure+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.



-- 
-- http://blog.fogus.me
-- http://github.com/fogus
--

-- 
-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Clojure group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [ANN] Cognitect

2013-09-16 Thread Paul deGrandis
Congrats!  This is great news all around!

Paul


On Monday, September 16, 2013 6:50:46 AM UTC-7, Rich Hickey wrote:

 I just wanted to let everyone know that Metadata Partners (the company 
 behind Datomic) and I have merged with Relevance, Inc., to form Cognitect, 
 Inc. This merger is great for Clojure, adding considerable resources and 
 stability to its development and support, including new enterprise support 
 offerings and reinvigorated community support. (You should read the hiring 
 of Alex Miller as the first example of the latter). 

 I hope the availability of enterprise support for the entire platform 
 makes it easier for people to introduce Clojure into their organizations. 

 This is a very exciting time for Clojure and the platform and ecosystem 
 surrounding it. You can find out more at: 

 http://cognitect.com 

 Thanks, 

 Rich

-- 
-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Clojure group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [ANN] Cognitect

2013-09-16 Thread Joe Smith
Exciting!

---
Joseph Smith
j...@uwcreations.com
@solussd






On Sep 16, 2013, at 8:50 AM, Rich Hickey richhic...@gmail.com wrote:

 I just wanted to let everyone know that Metadata Partners (the company behind 
 Datomic) and I have merged with Relevance, Inc., to form Cognitect, Inc. This 
 merger is great for Clojure, adding considerable resources and stability to 
 its development and support, including new enterprise support offerings and 
 reinvigorated community support. (You should read the hiring of Alex Miller 
 as the first example of the latter).
 
 I hope the availability of enterprise support for the entire platform makes 
 it easier for people to introduce Clojure into their organizations.
 
 This is a very exciting time for Clojure and the platform and ecosystem 
 surrounding it. You can find out more at:
 
 http://cognitect.com
 
 Thanks,
 
 Rich
 
 -- 
 -- 
 You received this message because you are subscribed to the Google
 Groups Clojure group.
 To post to this group, send email to clojure@googlegroups.com
 Note that posts from new members are moderated - please be patient with your 
 first post.
 To unsubscribe from this group, send email to
 clojure+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/clojure?hl=en
 --- 
 You received this message because you are subscribed to the Google Groups 
 Clojure group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to clojure+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.

-- 
-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Clojure group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [ANN] Cognitect

2013-09-16 Thread Jeff Heon
Fantastic news.

Congrats to all involved!

-- 
-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Clojure group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.