Which version of Ag-Grid started supporting suppressRowVirtualisation? - ag-grid

I'm on Enterprise 17.1.1. suppressRowVirtualisation isn't supported. From the documentation, I tell which version started supporting this.

The "suppressRowVirtualization" feature was introduced in version 17.0.0 of ag-Grid

Related

What is the latest postgres version compatible with Keycloak 20

Is there a postgres and keycloak version compatibility matrix? What is the latest postgres version compatible with Keycloak 20 ?
Unfortunately, there's no any matrix. In docs just a short and outdated list and some comments in Github discussions on why it's outdated.
Meanwhile, DB version for Java apps always depends on JDBC driver version.
So, the easiest way to find out what version of PostgreSQL is suitable for KC release is to take a look at versions of JDBC driver and PostgreSQL that specified in pom.xml. Switch to a release tag in the official repository, e.g. https://github.com/keycloak/keycloak/blob/20.0.3/pom.xml#L149-L150
The documentation here suggests Version 10.
The developer commits and issues only mention postgresql without versions. It doesn't matter which version you use, as long as it's supported!
See here for supported versions:
Supported versions

Compilling GodotGooglePlayBilling 1.1.2 for Google billing library Version 4 for Godot

From what I have been able to investigate I need version 1.1.2 of the GodotGooglePlayBilling.1.1.2.release.aar file to be able to use version 4 of the google payments library, but in the official GitHub version there is only GodotGooglePlayBilling.1.0.1.release.aar.
How can I compile this version?
The answer might be found here:
https://github.com/godotengine/godot-google-play-billing/releases/tag/2.0.0-rc.1

Do I need to upgrade my ag-grid to newer version if there's any version upgrade for angular?

If I upgrade the angular version of my project to the latest one, do I need to upgrade my ag-grid version also to the latest one to make it work? Or, my ag-grid will work without any change?
Generally, an old version will work without change.
I'm currently using version 20.2.0 with Angular 8 (the current ag-grid version is 23.1.0).
I'm not sure what will happen if you try to use an older version with Angular 9, using the Ivy Renderer. I expect that it will work ok, but I haven't tried it yet.

is filtergrid available in gxt version 2.2.3?

I am using gxt version 2.2.3. i wanted to use filtergrid available on examples demo http://www.sencha.com/examples/#ExamplePlace:filtergrid. is it available in 2.2.3 version?
Thanks!
Yes, the same applies for 2.2.x releases. Check out the corresponding example of filter grid in version 2.
References:
The (legacy) showcase for Ext-GWT 2.x.
The official API docs on sencha.com.

Vignette V8 Upgrade

Vignette upgrades are usually not straightforward. You basically have to do a new installation and migrate over all of your customizations etc. Does anyone know if the upcoming V8 version is easier to upgrade or if its easier to upgrade from a certain previous version compared to earlier version. So I can upgrade to an earlier version (say 7.6) and then hopefully its easier?
Vignette v8 is officially not out yet, its only been soft released to some selected clients. My guess is that the upgrade will not be very straightforward but I've no concrete information on that.
During the wait you might also be interested in an open source alternative of Vignette v8 freely available: Sense/Net 6.0 http://blog.sensenet.hu/post/2009/08/05/An-Open-Source-Alternative-for-Vignette-v8.aspx
I have finally found the answer. You do need to upgrade to 7.6 before upgrading to 8.0 from an earlier version.