Skip to content

Commit

Permalink
Merge pull request #190 from bamaer/master
Browse files Browse the repository at this point in the history
Apache Hop 2.3.0 blogs post, download page updates
  • Loading branch information
hansva committed Feb 1, 2023
2 parents af47dc5 + ced5067 commit 71c35c6
Show file tree
Hide file tree
Showing 10 changed files with 203 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
RewriteEngine on
RewriteBase "/"

# Redirect /manual/2.2.0 to latest
# Redirect /manual/2.3.0 to latest

RewriteRule "^manual/2.2.0(/.*)$" "/manual/latest$1" [R=permanent,L]
RewriteRule "^manual/2.3.0(/.*)$" "/manual/latest$1" [R=permanent,L]
96 changes: 96 additions & 0 deletions content/blog/2023/01/hop-2.3.0/index.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
---
title: "Apache Hop 2.3 is available!!"
date: 2023-01-30T07:49:56+02:00
authors: ["bamaer"]
categories: ["2.3", "Release", "Apache Hop"]
preview: "Apache Hop 2.3 Released"
description: "The latest Apache Hop release 2.3.0 is now available. Let's walk through the most important new features in this release."
draft: false
---

:imagesdir: ../../../../../static

:toc: macro
:toclevels: 3
:toc-title: Let's take a closer look at what Hop 2.3 brings:
:toc-class: none

After almost two months of work on 82 tickets, the Apache Hop community is pleased to announce the general availability of Apache Hop 2.3.0. +

A huge thank you to everyone who made this possible.

image::/img/Release-2.3/hop-23.svg[ width="45%"]

  +

toc::[]

or https://hop.apache.org/download/[**download Hop 2.3.0 **] right away.

Apache Hop 2.3.0 is mostly a bug fixing release with only a limited number of new features.

== Weblate - New Translation tool

With the switch to https://weblate.org/en/[Weblate^], it is now a lot easier to contribute translations to Apache Hop.

All it takes is heading over to https://translate.project-hop.org[], creating an account and start translating Apache Hop in your native language.

Please create a https://github.com/apache/hop/issues[ticket^] if you want to translate Apache Hop into a language that is not yet available.

image::/img/Release-2.3/weblate.png[Weblate, width="70%"]

== Documentation updates

Creating and updating documentation is a never-ending task.

There have been some layout changes:

* commands now live in tabs for Windows an Linux/Mac
* large tables, code blocks etc can now be expanded or collapsed.

image::/img/Release-2.3/docs-tabs.png[Documentation tabs, width="60%"]

image::/img/Release-2.3/docs-expand-collapse.png[Documentation expand and collapse, width="60%"]

A lot of pages were added and updated, some notable changes are:

* improved https://hop.apache.org/manual/next/pipeline/metadata-injection.html[Metadata Injection] pages and samples
* improved https://hop.apache.org/manual/next/metadata-types/pipeline-probe.html[Pipeline Probe] docs and samples
* a new https://hop.apache.org/manual/next/community-blogs/index.html[list of community posts and articles] was added.

== Vertica Bulk Loader

The https://www.vertica.com[Vertica] https://hop.apache.org/manual/next/pipeline/transforms/verticabulkloader.html[Bulk Loader] was already available as an external plugin, but has now been integrated into the main code base.

This bulk loader drastically improves the data loading speed to the Vertica analytical database.

image::/img/Release-2.3/vertica-bulk-loader.png[Vertica Bulk Loader transform, width="70%"]

== Community

The Hop community continues to grow!

No new committers have been added since the 2.2.0 release.

The overview below shows the community growth compared to the 2.2.0 release in December:

* chat: 516 registered members (up from 481) link:https://chat.project-hop.org[join]
* LinkedIn: 1180 followers (up from 1126) link:https://www.linkedin.com/company/hop-project[follow]
* Twitter: 844 followers (up from 819) link:https://twitter.com/ApacheHop[follow]
* YouTube: 739 subscribers (up from 700) link:https://www.youtube.com/ApacheHop[subscribe]
* 3Hx Meetup: 276 members (up from 275) link:https://www.meetup.com/3hx-apache-hop-incubating-hot-hop-hangouts/[join]

image:/img/Release-2.3/hop-community-growth.png[Apache Hop Community Growth, width="60%"]

Without community interaction and contribution, Hop is just a coding club! Please feel free to join, participate in the discussion, test, file bug tickets on the software or documentation, ... Contributing is a lot more than writing code.

Check out our link:/community/contributing/[contribution guides^] and http://hop.apache.org/community/ethos/[Code of Conduct^] to find out more.


== GitHub Issues

Apache Hop 2.3.0 is the first release after we switched to https://github.com/apache/hop/issues[Github Issues^] instead of JIRA.

This release contains work on 82 tickets:

Check the https://github.com/apache/hop/releases/tag/2.3.0-rc1[Release notes^] for a full overview of all tickets.
22 changes: 11 additions & 11 deletions content/download/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,17 @@ More information can be found in the readme files included in the download archi
[cols="<.^1,<.^1,1,2,1,1"]
|===
| Version | Date | Description | Download Link | PGP Signature file of download | SHA512 Checksum file of download
.2+| link:/blog/2022/12/hop-2.2.0/[2.2.0]
.2+| link:/blog/2023/01/hop-2.3.0/[2.3.0]
.2+| January, 31st, 2023
| **Binaries**
| https://www.apache.org/dyn/closer.cgi?filename=hop/2.3.0/apache-hop-client-2.3.0.zip&action=download[**apache-hop-client-2.3.0.zip**]
| https://downloads.apache.org/hop/2.3.0/apache-hop-client-2.3.0.zip.asc[asc]
| https://downloads.apache.org/hop/2.3.0/apache-hop-client-2.3.0.zip.sha512[sha512]
| Sources
| https://www.apache.org/dyn/closer.cgi?filename=hop/2.3.0/apache-hop-2.3.0-src.tar.gz&action=download[apache-hop-2.3.0-src.tar.gz]
| https://downloads.apache.org/hop/2.3.0/apache-hop-2.3.0-src.tar.gz.asc[asc]
| https://downloads.apache.org/hop/2.3.0/apache-hop-2.3.0-src.tar.gz.sha512[sha512]
.2+| link:/blog/2022/10/hop-2.1.0/[2.2.0]
.2+| December, 7th, 2022
| **Binaries**
| https://www.apache.org/dyn/closer.cgi?filename=hop/2.2.0/apache-hop-client-2.2.0.zip&action=download[**apache-hop-client-2.2.0.zip**]
Expand All @@ -25,16 +35,6 @@ More information can be found in the readme files included in the download archi
| https://www.apache.org/dyn/closer.cgi?filename=hop/2.2.0/apache-hop-2.2.0-src.tar.gz&action=download[apache-hop-2.2.0-src.tar.gz]
| https://downloads.apache.org/hop/2.2.0/apache-hop-2.2.0-src.tar.gz.asc[asc]
| https://downloads.apache.org/hop/2.2.0/apache-hop-2.2.0-src.tar.gz.sha512[sha512]
.2+| link:/blog/2022/10/hop-2.1.0/[2.1.0]
.2+| October, 14th, 2022
| **Binaries**
| https://www.apache.org/dyn/closer.cgi?filename=hop/2.1.0/apache-hop-client-2.1.0.zip&action=download[**apache-hop-client-2.1.0.zip**]
| https://downloads.apache.org/hop/2.1.0/apache-hop-client-2.1.0.zip.asc[asc]
| https://downloads.apache.org/hop/2.1.0/apache-hop-client-2.1.0.zip.sha512[sha512]
| Sources
| https://www.apache.org/dyn/closer.cgi?filename=hop/2.1.0/apache-hop-2.1.0-src.tar.gz&action=download[apache-hop-2.1.0-src.tar.gz]
| https://downloads.apache.org/hop/2.1.0/apache-hop-2.1.0-src.tar.gz.asc[asc]
| https://downloads.apache.org/hop/2.1.0/apache-hop-2.1.0-src.tar.gz.sha512[sha512]
|===
Older releases can be found in the https://archive.apache.org/dist/hop/[archives]

Expand Down
1 change: 1 addition & 0 deletions site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ content:
- release2.0.0
- release2.1.0
- release/2.2.0
- release/2.3.0
start_path: /docs/hop-user-manual/
- url: [email protected]:apache/hop.git
branches: master
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/Release-2.3/docs-tabs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
93 changes: 93 additions & 0 deletions static/img/Release-2.3/hop-23.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/Release-2.3/hop-community-growth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/Release-2.3/vertica-bulk-loader.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/Release-2.3/weblate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 71c35c6

Please sign in to comment.