Re: A controversial call to bump libraries from 0.x to 1.0

2020-02-18 Thread Sean Corfield
That ship done sailed already today... many Contrib libs hit 1.0.0 (or
1.0.x) and most of the rest will follow suit in the next several days I
expect!

I certainly plan to bump tools.cli and, with Fogus' help, core.cache and
core.memoize to 1.0.0. java.jdbc will likely remain at 0.7.11 since its
"1.0.0" was really seancorfield/next.jdbc.

On Tue, Feb 18, 2020 at 5:46 PM Matching Socks  wrote:

> Dear August Forum:  Today I noticed a new post on "Inside Clojure"
> https://insideclojure.org/2020/02/18/lib-version/ , which says, after
> some thoughtful justification, "we have lots of libraries in the Clojure
> ecosystem that have been around for many years, are widely used, have
> stable APIs, and yet are 0.x version. It’s silly for that to be (falsely)
> indicating to people not to use them, so I have asked Clojure contrib
> library owners to more actively bump up their library versions."
>
> A 0.x version number is a badge of honor; earned, not bestown.  It is one
> of the things that makes Clojure stand out.  Let's not throw it away.
>
> If 0.x's -- at org.clojure and beyond -- renumbered themselves as 1.x's,
> it would set off years of annoying aftershocks as a massive
> dependency-update churn rippled far and wide.
>
> And still, people who don't like quiet would complain, "Clojure is fine,
> but most of the libraries never got past 1.0."  You can't outrun that mob.
> Stand firm.  If complaints about stasis are going to happen, better they
> happened to 0.x than 1.x.  You can at least defend 0.x on principle.
>
> In short, I hope maintainers will defer the 0.x to 1.x transition until
> they must commit a breaking or major change.
>
> --
> 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/53c37f03-d28a-45e3-9903-d30d0c6b163a%40googlegroups.com
> 
> .
>


-- 
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles Networks, LLC. -- https://worldsinglesnetworks.com/

"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)

-- 
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/CAD4thx8iR3HNsL8EmEVuEiCB%2BGsg-sSjeJ%3DqqnZSU%3DYDKjLMEw%40mail.gmail.com.


A controversial call to bump libraries from 0.x to 1.0

2020-02-18 Thread Matching Socks
Dear August Forum:  Today I noticed a new post on "Inside Clojure" 
https://insideclojure.org/2020/02/18/lib-version/ , which says, after some 
thoughtful justification, "we have lots of libraries in the Clojure 
ecosystem that have been around for many years, are widely used, have 
stable APIs, and yet are 0.x version. It’s silly for that to be (falsely) 
indicating to people not to use them, so I have asked Clojure contrib 
library owners to more actively bump up their library versions."

A 0.x version number is a badge of honor; earned, not bestown.  It is one 
of the things that makes Clojure stand out.  Let's not throw it away.

If 0.x's -- at org.clojure and beyond -- renumbered themselves as 1.x's, it 
would set off years of annoying aftershocks as a massive dependency-update 
churn rippled far and wide.

And still, people who don't like quiet would complain, "Clojure is fine, 
but most of the libraries never got past 1.0."  You can't outrun that mob.  
Stand firm.  If complaints about stasis are going to happen, better they 
happened to 0.x than 1.x.  You can at least defend 0.x on principle.

In short, I hope maintainers will defer the 0.x to 1.x transition until 
they must commit a breaking or major change.

-- 
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/53c37f03-d28a-45e3-9903-d30d0c6b163a%40googlegroups.com.


[ANN] Skyscraper 0.3

2020-02-18 Thread Daniel Janus
Hello! After more than 3 years in the making, I am proud to announce the 
release of Skyscraper 0.3.0, a scraping framework that helps you build 
structured dumps of whole websites.

Home: https://github.com/nathell/skyscraper/

Major improvements in 0.3.0:

   - Skyscraper has been rewritten from scratch to be asynchronous and 
   multithreaded, based on core.async.
   - Skyscraper now supports saving the scrape results to a SQLite database.
   - In addition to the classic scrape function that returns a lazy 
   sequence of nodes, there is an alternative, non-lazy, imperative interface (
   scrape!) that treats producing new results as side-effects.
   - reaver (using JSoup) is now available as an optional underlying HTML 
   parsing engine, as an alternative to Enlive.
   
See NEWS.md for a complete list.

I’m particularly happy about the database abilities of this release – for a 
glimpse of what it can do, see 
https://cljdoc.org/d/skyscraper/skyscraper/0.3.0/doc/database-integration.

Happy scraping!
– Daniel

-- 
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/1120591d-0cf2-4962-96d9-0ea5672b7b89%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