@@ -868,6 +868,10 @@ export class MysqlEngineVersion {
868
868
public static readonly VER_5_7_44_RDS_20240529 = MysqlEngineVersion . of ( '5.7.44-rds.20240529' , '5.7' ) ;
869
869
/** Version "5.7.44-rds.20240808". */
870
870
public static readonly VER_5_7_44_RDS_20240808 = MysqlEngineVersion . of ( '5.7.44-rds.20240808' , '5.7' ) ;
871
+ /** Version "5.7.44-rds.20250103". */
872
+ public static readonly VER_5_7_44_RDS_20250103 = MysqlEngineVersion . of ( '5.7.44-rds.20250103' , '5.7' ) ;
873
+ /** Version "5.7.44-rds.20250213". */
874
+ public static readonly VER_5_7_44_RDS_20250213 = MysqlEngineVersion . of ( '5.7.44-rds.20250213' , '5.7' ) ;
871
875
872
876
/** Version "8.0" (only a major version, without a specific minor version). */
873
877
public static readonly VER_8_0 = MysqlEngineVersion . of ( '8.0' , '8.0' ) ;
@@ -967,8 +971,12 @@ export class MysqlEngineVersion {
967
971
public static readonly VER_8_0_39 = MysqlEngineVersion . of ( '8.0.39' , '8.0' ) ;
968
972
/** Version "8.0.40". */
969
973
public static readonly VER_8_0_40 = MysqlEngineVersion . of ( '8.0.40' , '8.0' ) ;
974
+ /** Version "8.0.41". */
975
+ public static readonly VER_8_0_41 = MysqlEngineVersion . of ( '8.0.41' , '8.0' ) ;
970
976
/** Version "8.4.3". */
971
977
public static readonly VER_8_4_3 = MysqlEngineVersion . of ( '8.4.3' , '8.4' ) ;
978
+ /** Version "8.4.4". */
979
+ public static readonly VER_8_4_4 = MysqlEngineVersion . of ( '8.4.4' , '8.4' ) ;
972
980
973
981
/**
974
982
* Create a new MysqlEngineVersion with an arbitrary version.
0 commit comments